changeset 6352:131a9c31d93e

Fix rsync url
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sat, 21 Feb 2015 18:34:41 +0900
parents 918354a364a5
children ff36f1c52842
files gub/specs/rsync.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/rsync.py	Sat Feb 21 18:22:27 2015 +0900
+++ b/gub/specs/rsync.py	Sat Feb 21 18:34:41 2015 +0900
@@ -1,7 +1,7 @@
 from gub import tools
 
 class Rsync__tools (tools.AutoBuild):
-    source = 'ftp://ftp.samba.org/pub/rsync/src/rsync-3.0.4.tar.gz'
+    source = 'http://rsync.samba.org/ftp/rsync/src/rsync-3.0.4.tar.gz'
     patches = ['rsync-popt-add-prefix.patch']
     # adding libpopt build depependency not really necessary, as rsync
     # bundles it.