wok-current rev 22113
updated vmtouch (1.3.0 -> 1.3.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 02 15:49:43 2019 +0100 (2019-11-02) |
parents | 252f7efd08f5 |
children | 760ac98a2719 |
files | vmtouch/receipt |
line diff
1.1 --- a/vmtouch/receipt Sat Nov 02 15:19:07 2019 +0100 1.2 +++ b/vmtouch/receipt Sat Nov 02 15:49:43 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 -