system/rdup: Updated for version 1.1.11.

This commit is contained in:
Binh Nguyen 2011-07-02 07:26:22 -03:00 committed by Niels Horn
parent b6eae81ba2
commit 21ae3f1e37
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for rdup # Slackware build script for rdup
# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm> # Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rdup PRGNAM=rdup
VERSION=${VERSION:-1.1.7} VERSION=${VERSION:-1.1.11}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="rdup" PRGNAM="rdup"
VERSION="1.1.7" VERSION="1.1.11"
HOMEPAGE="http://miek.nl/projects/rdup/index.html" HOMEPAGE="http://miek.nl/projects/rdup/index.html"
DOWNLOAD="http://miek.nl/projects/rdup/rdup-1.1.7.tar.bz2" DOWNLOAD="http://miek.nl/projects/rdup/rdup-1.1.11.tar.bz2"
MD5SUM="ce0725bee1decb8e986b49a9130905c0" MD5SUM="de5c8ff0dc1732f80692e46252025d07"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Binh Nguyen" MAINTAINER="Binh Nguyen"
EMAIL="binhnguyen@fastmail.fm" EMAIL="binhnguyen@fastmail.fm"
APPROVED="dsomero" APPROVED="dsomero,Niels Horn"