summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpeeweep2020-01-04 13:15:49 +0800
committerpeeweep2020-01-04 13:15:49 +0800
commitdd9fb2436036f63c5e8c0726b040f0edd6a47dc2 (patch)
tree94cb48947022ee15183bde42084b8a222fb9427c /PKGBUILD
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
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"
)