wok diff nbwmon/receipt @ rev 22710
updated f3 (2.2 -> 7.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jan 22 09:41:20 2020 +0100 (2020-01-22) |
parents | 3ba8d2c9720d |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/nbwmon/receipt Tue Feb 17 12:55:08 2015 +0100 1.2 +++ b/nbwmon/receipt Wed Jan 22 09:41:20 2020 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nbwmon" 1.7 -VERSION="20140917" 1.8 +VERSION="0.5.2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Ncurses bandwidth monitor." 1.11 MAINTAINER="paul@slitaz.org" 1.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 LICENSE="MIT" 1.14 -WEB_SITE="https://github.com/defer-/nbwmon" 1.15 -WGET_URL="git|git://github.com/defer-/nbwmon" 1.16 +WEB_SITE="https://github.com/causes-/nbwmon" 1.17 + 1.18 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.19 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.20 1.21 DEPENDS="ncurses" 1.22 -BUILD_DEPENDS="ncurses-dev git bzip2" 1.23 +BUILD_DEPENDS="ncurses-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules()