wok diff proot/receipt @ rev 23985
linld: up to 60k for header.com
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 28 09:45:01 2020 +0000 (2020-11-28) |
parents | d4c113773ad1 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/proot/receipt Fri May 09 09:40:34 2014 +0000 1.2 +++ b/proot/receipt Sat Nov 28 09:45:01 2020 +0000 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()