summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorso1ar2022-09-02 14:16:13 +0800
committerso1ar2022-09-02 14:16:13 +0800
commit5b40a3353879a247c6b145a05bdfc43360ab815d (patch)
tree61f88936ef163accc0660ad66870baf121dc999e
parent1470464a81baadfc0ab366c2cd9f1a5ef89230a1 (diff)
downloadaur-5b40a3353879a247c6b145a05bdfc43360ab815d.tar.gz
update 202209012212
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db5476a32305..44748c933a0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = v2ray-geoip-custom
pkgdesc = Custom GeoIP List for V2Ray
- pkgver = 202208272211
+ pkgver = 202209012212
pkgrel = 1
url = https://github.com/Loyalsoldier/v2ray-rules-dat
arch = any
license = GPL3
provides = v2ray-geoip
conflicts = v2ray-geoip
- source = geoip-202208272211.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202208272211/geoip.dat
- sha256sums = 3a91f21d2a96ac6ddf1abb335f6ab1db37e4162aeeb983dcb11f573431afd51c
+ source = geoip-202209012212.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202209012212/geoip.dat
+ sha256sums = e42f112b8b143d1409cf419aabc344e1dac176d128f1cdea3d611af401c03d83
pkgname = v2ray-geoip-custom
diff --git a/PKGBUILD b/PKGBUILD
index 0eb6dc1fba46..cedb1eb4b529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: so1ar <so1ar114514@gmail.com>
pkgname=v2ray-geoip-custom
-pkgver=202208272211
+pkgver=202209012212
pkgrel=1
pkgdesc="Custom GeoIP List for V2Ray"
arch=('any')
@@ -11,7 +11,7 @@ provides=('v2ray-geoip')
conflicts=('v2ray-geoip')
source=("geoip-$pkgver.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/$pkgver/geoip.dat")
-sha256sums=('3a91f21d2a96ac6ddf1abb335f6ab1db37e4162aeeb983dcb11f573431afd51c')
+sha256sums=('e42f112b8b143d1409cf419aabc344e1dac176d128f1cdea3d611af401c03d83')
package() {
install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat