wok rev 21705
updated proot (3.2.2 -> 5.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 06 17:38:24 2019 +0100 (2019-06-06) |
parents | 4b6d3ac55c10 |
children | 2aa55e5540fb |
files | proot/receipt |
line diff
1.1 --- a/proot/receipt Thu Jun 06 17:27:47 2019 +0100 1.2 +++ b/proot/receipt Thu Jun 06 17:38:24 2019 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="proot" 1.7 -VERSION="3.2.2" 1.8 +VERSION="5.1.0" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="User-space implementation of chroot, mount --bind, and binfmt_misc.." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="http://proot.me/" 1.14 +WEB_SITE="https://proot-me.github.io/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="https://github.com/cedric-vincent/PRoot/archive/v$VERSION.tar.gz" 1.18 +WGET_URL="https://github.com/proot-me/$PACKAGE/archive/v$VERSION.tar.gz" 1.19 1.20 DEPENDS="talloc" 1.21 -BUILD_DEPENDS="wget talloc-dev" 1.22 +BUILD_DEPENDS="talloc-dev" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules()