wok diff vmtouch/receipt @ rev 22130

updated wifidog (1.1.5 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Nov 04 11:16:52 2019 +0100 (2019-11-04)
parents 1c1ff70768b7
children 5ea0ce1cecc0
line diff
     1.1 --- a/vmtouch/receipt	Sun May 07 16:28:32 2017 +0100
     1.2 +++ b/vmtouch/receipt	Mon Nov 04 11:16:52 2019 +0100
     1.3 @@ -1,17 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vmtouch"
     1.7 -VERSION="1.3.0"
     1.8 +VERSION="1.3.1"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="The Virtual Memory Toucher."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="BSD"
    1.13  WEB_SITE="https://hoytech.com/vmtouch/"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WGET_URL="git|git://github.com/hoytech/vmtouch"
    1.16  
    1.17 -#DEPENDS=""
    1.18 -BUILD_DEPENDS="git bzip2"
    1.19 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 +WGET_URL="https://github.com/hoytech/$PACKAGE/archive/v$VERSION.tar.gz"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24 @@ -25,4 +23,3 @@
    1.25  	mkdir -p $fs/usr/bin
    1.26  	cp -a $src/$PACKAGE $fs/usr/bin
    1.27  }
    1.28 -