wok diff androguard/receipt @ rev 22491
updated apr and apr-dev (1.4.6 -> 1.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 31 14:21:42 2019 +0100 (2019-12-31) |
parents | 240fb3120638 |
children | b569b85b0fb9 |
line diff
1.1 --- a/androguard/receipt Sun May 19 19:07:20 2019 +0200 1.2 +++ b/androguard/receipt Tue Dec 31 14:21:42 2019 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="androguard" 1.7 -VERSION="1.5" 1.8 +VERSION="3.3.5" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Reverse engineering tool for Android applications." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -LICENSE="GPL3" 1.13 +LICENSE="Apache2" 1.14 +WEB_SITE="https://github.com/androguard/androguard/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://github.com/androguard/androguard/" 1.18 -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 1.19 +WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz" 1.20 1.21 DEPENDS="python" 1.22 BUILD_DEPENDS="python-dev python-setuptools"