system/dar: Updated for version 2.4.4.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2012-04-02 15:07:56 -04:00 committed by Erik Hanson
parent 4ab7b25cfd
commit d3b8d98aa1
4 changed files with 10 additions and 10 deletions

View file

@ -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.

View file

@ -3,7 +3,7 @@
# Slackware Package Build Script for Disk ARchive (DAR)
# Home Page http://dar.linux.free.fr/
# Copyright (c) 2007-2011, Nishant Limbachia, Hoffman Estates, IL, USA
# Copyright (c) 2007-2012, 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.4.2}
VERSION=${VERSION:-2.4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="dar"
VERSION="2.4.2"
VERSION="2.4.4"
HOMEPAGE="http://dar.linux.free.fr/"
DOWNLOAD="http://downloads.sourceforge.net/dar/dar-2.4.2.tar.gz"
MD5SUM="b23c0509513b895f4ab9ce9191b2f65b"
DOWNLOAD="http://downloads.sourceforge.net/dar/dar-2.4.4.tar.gz"
MD5SUM="024dda8a2cedb5ad249cf603b9c3ee5f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Nishant Limbachia"
EMAIL="nishant@mnspace.net"
APPROVED="Niels Horn"
APPROVED="dsomero"

View file

@ -9,7 +9,7 @@
dar: dar (Disk ARchive)
dar:
dar: dar is a shell command that backs up directory trees and files.
dar: It has been tested under Linux, Windows, Solaris, FreeBSD, NetBSD,
dar: It has been tested under Linux, Windows, Solaris, FreeBSD, NetBSD,
dar: MacOS X and several other systems. It is released under the
dar: GNU General Public License (GPL). dar also includes a programming
dar: API called libdar which makes it easy to program a gui interface.