diff options
Diffstat (limited to 'community')
| -rw-r--r-- | community/radare2/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/radare2/APKBUILD b/community/radare2/APKBUILD index 35c43eb79d..f856f62eb0 100644 --- a/community/radare2/APKBUILD +++ b/community/radare2/APKBUILD @@ -13,11 +13,10 @@ license="GPL-3.0" options="!check" # upstream does not provide any working testsuite makedepends="$depends_dev libzip-dev openssl-dev capstone-dev linux-headers" subpackages="$pkgname-dev $pkgname-doc $pkgname-dbg $pkgname-libs" -source="$pkgname-$pkgver.tar.gz::https://github.com/radare/$pkgname/archive/${pkgver}.tar.gz" -builddir="$srcdir"/$pkgname-$pkgver +source="$pkgname-$pkgver.tar.gz::https://github.com/radare/radare2/archive/$pkgver.tar.gz" # secfixes: -# 3.9.0: +# 3.9.0-r0: # - CVE-2019-14745 # - CVE-2019-12865 # - CVE-2019-12829 |
