diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2015-02-09 19:56:24 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2015-02-09 19:58:07 +1100 |
commit | 810901d2e84f718dd06ae76ee342e74d38f0f466 (patch) | |
tree | 13fb28db669a8599ca78e7b2b877888fd95a4ee3 /talloc | |
parent | afdfa77a93a2777a134c03d6726731d094cc748d (diff) | |
download | opt-810901d2e84f718dd06ae76ee342e74d38f0f466.tar.gz opt-810901d2e84f718dd06ae76ee342e74d38f0f466.tar.xz |
talloc: switch from ftp to http
Diffstat (limited to 'talloc')
-rw-r--r-- | talloc/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talloc/Pkgfile b/talloc/Pkgfile index 668c53d0c..24e2ffe0b 100644 --- a/talloc/Pkgfile +++ b/talloc/Pkgfile @@ -7,7 +7,7 @@ name=talloc version=2.1.1 release=1 -source=(ftp://ftp.samba.org/pub/$name/$name-$version.tar.gz +source=(http://samba.org/ftp/$name/$name-$version.tar.gz talloc.3) build() { |