diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2006-04-28 20:00:46 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2006-04-28 20:00:46 +0000 |
commit | 6268a48c567f453f1940c1f5e7b31f5b10c914f7 (patch) | |
tree | e9a0ae123ad074d91955caa1f0b5e7d5c93a0251 /package | |
parent | c2db529134bcd7c4951f19c6370fd3e8b63e896c (diff) |
Bump rsync package to 2.6.8
Closes 0000859.
Diffstat (limited to 'package')
-rw-r--r-- | package/rsync/rsync.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk index f5201d01b..9a5047afe 100644 --- a/package/rsync/rsync.mk +++ b/package/rsync/rsync.mk @@ -3,7 +3,7 @@ # rsync # ############################################################# -RSYNC_VER:=2.6.7 +RSYNC_VER:=2.6.8 RSYNC_SOURCE:=rsync-$(RSYNC_VER).tar.gz RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/ RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VER) |