diff options
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 } - |