summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeeweep2020-01-04 13:15:49 +0800
committerpeeweep2020-01-04 13:15:49 +0800
commitdd9fb2436036f63c5e8c0726b040f0edd6a47dc2 (patch)
tree94cb48947022ee15183bde42084b8a222fb9427c
parent87008229c3564aee965827ec44157ba8e5c04f7a (diff)
downloadaur-beef-git.tar.gz
Change geoip database update address to webarchive
Ref: https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/ Ref: https://news.ycombinator.com/item?id=21917216
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d42aeb5304b..89e8e5d0279d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = beef-git
pkgdesc = The Browser Exploitation Framework
- pkgver = 20191218.516b787c
+ pkgver = 20200103.c6910a71
pkgrel = 1
url = http://beefproject.com/
install = beef-git.install
@@ -12,7 +12,7 @@ pkgbase = beef-git
depends = sqlite
depends = nodejs
source = beef-git::git+https://github.com/beefproject/beef.git
- source = https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
+ source = https://web.archive.org/web/20191227182209/https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
source = beef-git.install
source = beef-git.sh
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fd5994e1a13d..8c74e36c3abe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=beef-git
_pkgname=beef
-pkgver=20191218.516b787c
+pkgver=20200103.c6910a71
pkgrel=1
pkgdesc="The Browser Exploitation Framework"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('GPL2')
depends=('ruby' 'ruby-bundler' 'sqlite' 'nodejs')
makedepends=('git')
source=("${pkgname}::git+${_url}.git"
- https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
+ https://web.archive.org/web/20191227182209/https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
"${pkgname}.install"
"${pkgname}.sh"
)