summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de82b2214ef2..79fb3aa9cbb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = v2ray-rules-dat
pkgdesc = Enhanced edition of V2Ray rules dat files
- pkgver = 202405282209
+ pkgver = 202405292210
pkgrel = 1
url = https://github.com/Loyalsoldier/v2ray-rules-dat
arch = any
@@ -11,15 +11,15 @@ pkgbase = v2ray-rules-dat
provides = v2ray-geoip
conflicts = v2ray-domain-list-community
conflicts = v2ray-geoip
- source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405282209/geoip.dat
- source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405282209/geosite.dat
- source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405282209/geoip.dat.sha256sum
- source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405282209/geosite.dat.sha256sum
+ source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405292210/geoip.dat
+ source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405292210/geosite.dat
+ source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405292210/geoip.dat.sha256sum
+ source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405292210/geosite.dat.sha256sum
source = https://raw.githubusercontent.com/Loyalsoldier/domain-list-custom/master/LICENSE
sha256sums = db63f64c77f953d001b5ce7be36b6325fcf3c1bb4a584964709d4d4e183baf77
- sha256sums = 452dfa76398a9d5dc3a8f02b376a6dacea37053a886eec7e50f01c817370977d
+ sha256sums = 0f906a0603aa6726025a63fbba4c9d482609d83181aaa4321104e9649be1ba0e
sha256sums = 0bae51c69714d6b18483f61ce134be8a5be2fdadb2235835062e639ba68838d0
- sha256sums = b29232c15204a7ef8c2c0b79aecafc7d6a3bb6300e47c70cebbe7997721311d9
+ sha256sums = f294f23e5db0ec266c60bedb55ec5ae2644711f1c57c8d1f81364bbe3d042bf3
sha256sums = 35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3
pkgname = v2ray-rules-dat
diff --git a/PKGBUILD b/PKGBUILD
index 8c6034b41d26..a93bd3a00a78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Felix Yan <felixonmars@archlinux.org>
pkgname=v2ray-rules-dat
-pkgver=202405282209
+pkgver=202405292210
pkgrel=1
pkgdesc="Enhanced edition of V2Ray rules dat files"
arch=(any)
@@ -18,9 +18,9 @@ source=("$url/releases/download/$pkgver/geoip.dat"
"$url/releases/download/$pkgver/geosite.dat.sha256sum"
"https://raw.githubusercontent.com/Loyalsoldier/domain-list-custom/master/LICENSE")
sha256sums=('db63f64c77f953d001b5ce7be36b6325fcf3c1bb4a584964709d4d4e183baf77'
- '452dfa76398a9d5dc3a8f02b376a6dacea37053a886eec7e50f01c817370977d'
+ '0f906a0603aa6726025a63fbba4c9d482609d83181aaa4321104e9649be1ba0e'
'0bae51c69714d6b18483f61ce134be8a5be2fdadb2235835062e639ba68838d0'
- 'b29232c15204a7ef8c2c0b79aecafc7d6a3bb6300e47c70cebbe7997721311d9'
+ 'f294f23e5db0ec266c60bedb55ec5ae2644711f1c57c8d1f81364bbe3d042bf3'
'35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3')
prepare() {