wok diff radare2/receipt @ rev 22470
updated activesupport (3.2.6 -> 6.0.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 27 17:02:20 2019 +0100 (2019-12-27) |
parents | 0d61f0b796d6 |
children | da134f47b369 |
line diff
1.1 --- a/radare2/receipt Wed Nov 19 19:20:09 2014 +0100 1.2 +++ b/radare2/receipt Fri Dec 27 17:02:20 2019 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="radare2" 1.7 -VERSION="0.9.8" 1.8 +VERSION="2.7.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The reverse engineering framework." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL3 LGPL3" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://radare.org/" 1.16 -WGET_URL="${WEB_SITE}get/$TARBALL" 1.17 +WGET_URL="http://radare.mikelloc.com/get/$VERSION/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()