summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f45816094491..173b8bab2aa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = v2ray-rules-dat
pkgdesc = Enhanced edition of V2Ray rules dat files
- pkgver = 202405212209
+ pkgver = 202406192210
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/202405212209/geoip.dat
- source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405212209/geosite.dat
- source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405212209/geoip.dat.sha256sum
- source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405212209/geosite.dat.sha256sum
+ source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406192210/geoip.dat
+ source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406192210/geosite.dat
+ source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406192210/geoip.dat.sha256sum
+ source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406192210/geosite.dat.sha256sum
source = https://raw.githubusercontent.com/Loyalsoldier/domain-list-custom/master/LICENSE
- sha256sums = 7b3cf1bd319d79f8e1d2d9fc7cbce06b97e0ea9d1ea1cf1b8fe1532a34bdba0f
- sha256sums = 3475ebe617b570919499b18053726aa1a8b8fd77b0be5e29b3edc4442b0688c7
- sha256sums = 31fae50281239180697c7e138e43d7d1e23c5d3e01e3d4b56bf1bcade97734f7
- sha256sums = 27de5d4a487ac63a8b4a337a301691a9f22f278ec83383afc66eff9019a76b63
+ sha256sums = 20c29c916b8fdeb9d1b2d39ee842aa955ae2559feca07d108c1f521d88521ebe
+ sha256sums = fbc2fbe784f2a6ce96166bf5185b374180b68e9a791f32d2a47393a6585247f7
+ sha256sums = 1f760aa54284d75637714882c62a303264e8c8c5d2f0e3300b9969f59dd54e7c
+ sha256sums = 8d9c78a20331bc0075c7618b8a722eca6576d6f899652f054b28f2c8b53c276a
sha256sums = 35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3
pkgname = v2ray-rules-dat
diff --git a/PKGBUILD b/PKGBUILD
index ca4939b66119..18aaabd73071 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Felix Yan <felixonmars@archlinux.org>
pkgname=v2ray-rules-dat
-pkgver=202405212209
+pkgver=202406192210
pkgrel=1
pkgdesc="Enhanced edition of V2Ray rules dat files"
arch=(any)
@@ -17,10 +17,10 @@ source=("$url/releases/download/$pkgver/geoip.dat"
"$url/releases/download/$pkgver/geoip.dat.sha256sum"
"$url/releases/download/$pkgver/geosite.dat.sha256sum"
"https://raw.githubusercontent.com/Loyalsoldier/domain-list-custom/master/LICENSE")
-sha256sums=('7b3cf1bd319d79f8e1d2d9fc7cbce06b97e0ea9d1ea1cf1b8fe1532a34bdba0f'
- '3475ebe617b570919499b18053726aa1a8b8fd77b0be5e29b3edc4442b0688c7'
- '31fae50281239180697c7e138e43d7d1e23c5d3e01e3d4b56bf1bcade97734f7'
- '27de5d4a487ac63a8b4a337a301691a9f22f278ec83383afc66eff9019a76b63'
+sha256sums=('20c29c916b8fdeb9d1b2d39ee842aa955ae2559feca07d108c1f521d88521ebe'
+ 'fbc2fbe784f2a6ce96166bf5185b374180b68e9a791f32d2a47393a6585247f7'
+ '1f760aa54284d75637714882c62a303264e8c8c5d2f0e3300b9969f59dd54e7c'
+ '8d9c78a20331bc0075c7618b8a722eca6576d6f899652f054b28f2c8b53c276a'
'35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3')
prepare() {