# HG changeset patch # User Hans-G?nter Theisgen # Date 1559839104 -3600 # Node ID cb3f10eaf9f6cc152926b5ae28c3d019cb8c0a76 # Parent 4b6d3ac55c100607cf654ff4b73b5757148dd4c7 updated proot (3.2.2 -> 5.1.0) diff -r 4b6d3ac55c10 -r cb3f10eaf9f6 proot/receipt --- a/proot/receipt Thu Jun 06 17:27:47 2019 +0100 +++ b/proot/receipt Thu Jun 06 17:38:24 2019 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="proot" -VERSION="3.2.2" +VERSION="5.1.0" CATEGORY="misc" SHORT_DESC="User-space implementation of chroot, mount --bind, and binfmt_misc.." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://proot.me/" +WEB_SITE="https://proot-me.github.io/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/cedric-vincent/PRoot/archive/v$VERSION.tar.gz" +WGET_URL="https://github.com/proot-me/$PACKAGE/archive/v$VERSION.tar.gz" DEPENDS="talloc" -BUILD_DEPENDS="wget talloc-dev" +BUILD_DEPENDS="talloc-dev" # Rules to configure and make the package. compile_rules()