wok-current diff iptraf/receipt @ rev 25095
Up libkeybinder (0.3.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 18 13:48:16 2022 +0000 (2022-06-18) |
parents | bc2b9d9bed6f |
children |
line diff
1.1 --- a/iptraf/receipt Sun Mar 06 21:04:14 2022 +0000 1.2 +++ b/iptraf/receipt Sat Jun 18 13:48:16 2022 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="iptraf" 1.7 -VERSION="3.0.0" 1.8 +VERSION="3.0.2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="IP Network Monitoring Software." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 -WEB_SITE="http://$PACKAGE.seul.org/" 1.15 -WGET_URL="ftp://$PACKAGE.seul.org/pub/$PACKAGE/$TARBALL" 1.16 +WEB_SITE="http://www.penguin.cz/~fojtik/iptraf/" 1.17 +WGET_URL="http://www.penguin.cz/~fojtik/$PACKAGE/$TARBALL" 1.18 CONFIG_FILES="/var/iptraf/iptraf.cfg" 1.19 1.20 DEPENDS="ncurses" 1.21 @@ -17,8 +17,8 @@ 1.22 # What is the latest version available today? 1.23 current_version() 1.24 { 1.25 - wget -O - http://iptraf.seul.org/download.html 2>/dev/null | \ 1.26 - sed "/bin/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q 1.27 + wget -O - $WEB_SITE 2>/dev/null | \ 1.28 + sed '/tar.gz/!d;s|.*=iptraf-||;s|.tar.*||' | sort -Vr | sed q 1.29 } 1.30 1.31 # Rules to configure and make the package.