# HG changeset patch # User Hans-G?nter Theisgen # Date 1570194166 -3600 # Node ID e11cda27276fce2b282a2409ddf8c133eb597682 # Parent 91ce53ebeb8f817808010a773b8613d787f7cc50 updated shake (0.999 -> 1.0) diff -r 91ce53ebeb8f -r e11cda27276f shake/receipt --- a/shake/receipt Fri Oct 04 13:53:43 2019 +0100 +++ b/shake/receipt Fri Oct 04 14:02:46 2019 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="shake" -VERSION="0.999" +VERSION="1.0" CATEGORY="misc" SHORT_DESC="A defragmentation tool." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" -TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://vleu.net/shake/" -WGET_URL="http://download.savannah.nongnu.org/releases/$PACKAGE/$TARBALL" + +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/unbrice/$PACKAGE/archive/v$VERSION.tar.gz" + SUGGESTED="defrag" - -BUILD_DEPENDS="cmake attr attr-dev help2man" DEPENDS="attr" +BUILD_DEPENDS="attr attr-dev cmake help2man" # Rules to configure and make the package. compile_rules()