system/dar: Updated for version 2.5.9.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
34b37a846d
commit
5ba33c275d
|
@ -1,4 +1,4 @@
|
|||
Disk ARchive (DAR) is a backup tool for files and directories.
|
||||
It is primarily aimed for floppies, zip disks and/or hard drives.
|
||||
It has numerous features that make it a substitute for a tar-based
|
||||
Disk ARchive (DAR) is a backup tool for files and directories.
|
||||
It is primarily aimed for floppies, zip disks and/or hard drives.
|
||||
It has numerous features that make it a substitute for a tar-based
|
||||
backup system.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware Package Build Script for Disk ARchive (DAR)
|
||||
# Home Page http://dar.linux.free.fr/
|
||||
|
||||
# Copyright (c) 2007-2016, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# Copyright (c) 2007-2017, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# <nishant _AT_ mnspace _DOT_ net>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -30,7 +30,7 @@
|
|||
# No additional license terms added :-)
|
||||
|
||||
PRGNAM="dar"
|
||||
VERSION=${VERSION:-2.5.7}
|
||||
VERSION=${VERSION:-2.5.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dar"
|
||||
VERSION="2.5.7"
|
||||
VERSION="2.5.9"
|
||||
HOMEPAGE="http://dar.linux.free.fr/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/dar/dar-2.5.7.tar.gz"
|
||||
MD5SUM="21cd215e7e18e8930a879f65ba0030a9"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/dar/dar-2.5.9.tar.gz"
|
||||
MD5SUM="6448517104fc3afda1e245307a6905a9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue