diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2010-11-13 14:31:40 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2010-11-13 14:58:48 +1100 |
commit | adfdd4f019c781da5359fc5a1a007d1e2f4586fe (patch) | |
tree | b8fc457a22f291e75169cce7cde70a6f90fd9344 /denyhosts | |
parent | 28870340c06c6e817a1a5fe7b648ce1e82ea5473 (diff) | |
download | contrib-adfdd4f019c781da5359fc5a1a007d1e2f4586fe.tar.gz contrib-adfdd4f019c781da5359fc5a1a007d1e2f4586fe.tar.xz |
rename downloads.sourceforge.net/sourceforge to downloads.sourceforge.net/project
Diffstat (limited to 'denyhosts')
-rw-r--r-- | denyhosts/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/denyhosts/Pkgfile b/denyhosts/Pkgfile index 6c628f952..9340fe0df 100644 --- a/denyhosts/Pkgfile +++ b/denyhosts/Pkgfile @@ -7,7 +7,7 @@ name=denyhosts version=2.6 release=1 -source=(http://download.sourceforge.net/denyhosts/DenyHosts-$version.tar.gz \ +source=(http://downloads.sourceforge.net/project/$name/DenyHosts-$version.tar.gz denyhosts-$version-config.patch) build() { @@ -34,4 +34,3 @@ build() { rm $PKG/usr/share/denyhosts/plugins/README.contrib mv $PKG/usr/bin/denyhosts.py $PKG/usr/bin/denyhosts } - |