wok diff nbwmon/receipt @ rev 23741

updated workerfm again (2.19.6 -> 4.1.0)
author Hans-G?nter Theisgen
date Fri May 01 11:25:13 2020 +0100 (2020-05-01)
parents 3ba8d2c9720d
children 5ea0ce1cecc0
line diff
     1.1 --- a/nbwmon/receipt	Tue Feb 17 12:55:08 2015 +0100
     1.2 +++ b/nbwmon/receipt	Fri May 01 11:25:13 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()