# HG changeset patch # User Hans-G?nter Theisgen # Date 1572706183 -3600 # Node ID 7b00cceb365065a7eefc306b8f0360666e15fea9 # Parent 252f7efd08f5937ef2a0de3080320eb885248a56 updated vmtouch (1.3.0 -> 1.3.1) diff -r 252f7efd08f5 -r 7b00cceb3650 vmtouch/receipt --- a/vmtouch/receipt Sat Nov 02 15:19:07 2019 +0100 +++ b/vmtouch/receipt Sat Nov 02 15:49:43 2019 +0100 @@ -1,17 +1,15 @@ # SliTaz package receipt. PACKAGE="vmtouch" -VERSION="1.3.0" +VERSION="1.3.1" CATEGORY="utilities" SHORT_DESC="The Virtual Memory Toucher." MAINTAINER="paul@slitaz.org" LICENSE="BSD" WEB_SITE="https://hoytech.com/vmtouch/" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="git|git://github.com/hoytech/vmtouch" -#DEPENDS="" -BUILD_DEPENDS="git bzip2" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/hoytech/$PACKAGE/archive/v$VERSION.tar.gz" # Rules to configure and make the package. compile_rules() @@ -25,4 +23,3 @@ mkdir -p $fs/usr/bin cp -a $src/$PACKAGE $fs/usr/bin } -