diff options
author | Juergen Daubert <jue@jue.li> | 2012-03-10 09:45:29 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-03-10 09:45:29 +0100 |
commit | d63e621820e3eb67304477c2e58f672846bfc076 (patch) | |
tree | 38b91e65271e8e5f63f4ff44cffda30e81c9dcf3 /fetchmail | |
parent | 4b97d742e6ef9f467d259a0a99acc1df6c98ed15 (diff) | |
download | opt-d63e621820e3eb67304477c2e58f672846bfc076.tar.gz opt-d63e621820e3eb67304477c2e58f672846bfc076.tar.xz |
fetchmail: new source URL
Diffstat (limited to 'fetchmail')
-rw-r--r-- | fetchmail/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail/Pkgfile b/fetchmail/Pkgfile index 8d009cc35..3814ad4c8 100644 --- a/fetchmail/Pkgfile +++ b/fetchmail/Pkgfile @@ -1,12 +1,12 @@ # Description: A remote-mail retrieval utility -# URL: http://fetchmail.berlios.de/ +# URL: http://fetchmail.info # Maintainer: Juergen Daubert, jue at crux dot nu # Depends on: openssl name=fetchmail version=6.3.21 release=1 -source=(http://download.berlios.de/$name/$name-$version.tar.xz) +source=(http://downloads.sourceforge.net/project/$name/branch_6.3/$name-$version.tar.xz) build() { cd $name-$version |