diff options
author | kpcyrd <git@rxv.cc> | 2019-08-27 15:05:20 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-27 11:13:43 -0300 |
commit | 17ace9cc514b2804036af80a96b8a4c299415cc6 (patch) | |
tree | 1381b442d426c55f0a7819611d8ab181927d4a82 /community/sn0int | |
parent | 98a17b9d5f9e78ca7be1101c06f6b829ac6d2621 (diff) | |
download | aports-17ace9cc514b2804036af80a96b8a4c299415cc6.tar.bz2 aports-17ace9cc514b2804036af80a96b8a4c299415cc6.tar.xz |
community/sn0int: upgrade to 0.13.0
Diffstat (limited to 'community/sn0int')
-rw-r--r-- | community/sn0int/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/sn0int/APKBUILD b/community/sn0int/APKBUILD index 6c2e708cbe..5f099c9ba5 100644 --- a/community/sn0int/APKBUILD +++ b/community/sn0int/APKBUILD @@ -1,11 +1,11 @@ # Contributor: kpcyrd <git@rxv.cc> # Maintainer: kpcyrd <git@rxv.cc> pkgname=sn0int -pkgver=0.12.0 +pkgver=0.13.0 pkgrel=1 pkgdesc="Semi-automatic OSINT framework and package manager" url="https://github.com/kpcyrd/sn0int" -arch="x86_64" # limited by cargo pkg +arch="x86_64 armhf armv7" # limited by cargo pkg license="GPL-3.0-or-later" makedepends=" cargo @@ -85,4 +85,4 @@ fishcomp() { "$subpkgdir/usr/share/fish/completions/sn0int.fish" } -sha512sums="065777d85b42350b870935ff880c01f56ba9d6ff54bb0930f890484eecfad0884eb7d0997e32204b9a11173b8822f4961b187cd0a9e3f8eeefa62cf1e0d8aa14 sn0int-0.12.0.tar.gz" +sha512sums="dc838c89625d73f3b9df0f78cc066b96929f8309f10e011ad2a5330ed61bf69a438bc24f5964f80a393ed2f38bbcb847f2e5b6fe61e4cb817b3eabe1c288cc92 sn0int-0.13.0.tar.gz" |