[arch-commits] Commit in v2ray-geoip/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Oct 26 19:08:46 UTC 2019


    Date: Saturday, October 26, 2019 @ 19:08:45
  Author: felixonmars
Revision: 520455

upgpkg: v2ray-geoip 20191022-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-26 18:13:15 UTC (rev 520454)
+++ PKGBUILD	2019-10-26 19:08:45 UTC (rev 520455)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=v2ray-geoip
-pkgver=20190813
+pkgver=20191022
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -9,13 +9,13 @@
 license=('MIT')
 makedepends=('go-pie' 'git')
 source=("GeoLite2-Country-CSV-$pkgver.zip::https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country-CSV.zip")
-sha512sums=('fbf72cf86a5da8972188304b4b51e3dc9947a776914faa7c640d49cb2985d7755d12f9bba70857a9430d743ab45638cd1373e295e678095db5796f42177f6db5')
+sha512sums=('6c929c7309c6c027e922844a60fd91d1e36e75a9c11e1f198fce8ca12c139f75abbc1d32513510f248f17e44a7e58fe75ca37a05d354d7e270195b8654864482')
 
 prepare() {
   mkdir .gopath
   export GOPATH="$srcdir/.gopath"
 
-  go get github.com/v2ray/geoip
+  go get -insecure github.com/v2ray/geoip
 
   mv "$srcdir"/GeoLite2-Country-CSV_$pkgver .gopath/geoip
 }



More information about the arch-commits mailing list