diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-01-26 12:33:48 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-01-26 12:48:16 +0100 |
commit | 6e10f742326e99efd53bc5dc5c92ef4f508fa37a (patch) | |
tree | 87cc39a63989f66ffa63367d161b75d7b3815668 | |
parent | 17b3f76d70d42cb5b125e65bcb9736a8636500dc (diff) | |
download | aports-6e10f742326e99efd53bc5dc5c92ef4f508fa37a.zip |
community/sn0int: upgrade to 0.15.0
The old version (0.14.0) does not build anymore since the GeoIP database
cannot be downloaded successfully as the domain name of the server, used
to download it, does not resolve anymore.
See: https://github.com/kpcyrd/sn0int/commit/0d96f66cf961274083dff42f065e995e0252100f
-rw-r--r-- | community/sn0int/APKBUILD | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/community/sn0int/APKBUILD b/community/sn0int/APKBUILD index d9a7f0a9c40..105b900d780 100644 --- a/community/sn0int/APKBUILD +++ b/community/sn0int/APKBUILD @@ -1,8 +1,8 @@ # Contributor: kpcyrd <git@rxv.cc> # Maintainer: kpcyrd <git@rxv.cc> pkgname=sn0int -pkgver=0.14.0 -pkgrel=1 +pkgver=0.15.0 +pkgrel=0 pkgdesc="Semi-automatic OSINT framework and package manager" url="https://github.com/kpcyrd/sn0int" arch="x86_64 armhf armv7" # limited by cargo @@ -34,13 +34,6 @@ build() { } check() { - wget https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz \ - https://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN.tar.gz - cargo run --release --locked --example maxmind -- \ - dl -e GeoLite2-City.tar.gz GeoLite2-City.mmdb GeoLite2-City.mmdb - cargo run --release --locked --example maxmind -- \ - dl -e GeoLite2-ASN.tar.gz GeoLite2-ASN.mmdb GeoLite2-ASN.mmdb - cargo test --release --locked } @@ -83,4 +76,4 @@ fishcomp() { "$subpkgdir/usr/share/fish/completions/sn0int.fish" } -sha512sums="8771b636f47603c6786bd2d309e03d8f629cbe8176b9595ee8562a6de7c2fd146f6cf9d0b2e4cdae9cc8c7eaf8798056b3cb15e5c399692aeef9fc8d52c0677b sn0int-0.14.0.tar.gz" +sha512sums="2002d105bb0b1d05b7c5ca39554a343d2d4fa490cecf52ef108dd226ab5aff4e4efc155c3087ef8cf997e35c9d92c6a599503fcf9ead96d0946661c1a38f880c sn0int-0.15.0.tar.gz" |