gift-fasttrack: update due to berlios.de closing end of year

This commit is contained in:
Danny Rawlins 2011-10-12 22:13:45 +11:00
parent 702f443b87
commit 36afecb785
2 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,3 @@
5fbb019b1ceca56fe7dc737e5a4dd424 banlist.gzip
68521847537985bcc5e9b8677343374c giFT-FastTrack-0.8.9.tar.gz
ab10b8d98d655e8ca81f50c4ad0564ee nodes.gzip
5111eb7e37330aa096c86f17fd51ab10 nodes.gzip

View File

@ -1,5 +1,5 @@
# Description: The FastTrack plug-in for giFT.
# URL: http://developer.berlios.de/projects/gift-fasttrack
# URL: http://gift.sourceforge.net/software/plugins.mhtml
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
# Depends on: gift
@ -7,7 +7,7 @@
name=gift-fasttrack
version=0.8.9
release=1
source=(http://download.berlios.de/gift-fasttrack/giFT-FastTrack-$version.tar.gz
source=(http://www.hvlinux.net/crux/distfiles/$name/giFT-FastTrack-$version.tar.gz
http://update.kceasy.com/update/fasttrack/nodes.gzip
http://update.kceasy.com/update/fasttrack/banlist.gzip)
@ -19,4 +19,3 @@ build() {
zcat $SRC/nodes.gzip |tr -d '\r' > $PKG/usr/share/giFT/FastTrack/nodes
zcat $SRC/banlist.gzip |tr -d '\r' > $PKG/usr/share/giFT/FastTrack/banlist
}