# HG changeset patch # User Hans-G?nter Theisgen # Date 1577711409 -3600 # Node ID 6762ce6bb52b0b15addd69ec4e03491e4ea41432 # Parent 0bc3eb46a15a07f24e4593e83d65396e878ca63b updated androguard (1.5 -> 3.3.5) diff -r 0bc3eb46a15a -r 6762ce6bb52b androguard/receipt --- a/androguard/receipt Sun Dec 29 13:37:05 2019 +0000 +++ b/androguard/receipt Mon Dec 30 14:10:09 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="androguard" -VERSION="1.5" +VERSION="3.3.5" CATEGORY="development" SHORT_DESC="Reverse engineering tool for Android applications." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL3" +LICENSE="Apache2" +WEB_SITE="https://github.com/androguard/androguard/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://github.com/androguard/androguard/" -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" +WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz" DEPENDS="python" BUILD_DEPENDS="python-dev python-setuptools"