diff --git a/.SRCINFO b/.SRCINFO index 0a0e2ed9e4c0a..f45816094491f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = v2ray-rules-dat pkgdesc = Enhanced edition of V2Ray rules dat files - pkgver = 202405202209 + pkgver = 202405212209 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/202405202209/geoip.dat - source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405202209/geosite.dat - source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405202209/geoip.dat.sha256sum - source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405202209/geosite.dat.sha256sum + 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://raw.githubusercontent.com/Loyalsoldier/domain-list-custom/master/LICENSE sha256sums = 7b3cf1bd319d79f8e1d2d9fc7cbce06b97e0ea9d1ea1cf1b8fe1532a34bdba0f - sha256sums = e73da4f458990c8d01d4f0ba5cfa5199e5b323cf420c335cb782256dcf211801 + sha256sums = 3475ebe617b570919499b18053726aa1a8b8fd77b0be5e29b3edc4442b0688c7 sha256sums = 31fae50281239180697c7e138e43d7d1e23c5d3e01e3d4b56bf1bcade97734f7 - sha256sums = adfd84fb5630cff7b2a61c3f70182cbbbd50b48c4d40d532f5a33847c848bfd7 + sha256sums = 27de5d4a487ac63a8b4a337a301691a9f22f278ec83383afc66eff9019a76b63 sha256sums = 35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3 pkgname = v2ray-rules-dat diff --git a/PKGBUILD b/PKGBUILD index f640c956ca9b7..ca4939b661198 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Yan pkgname=v2ray-rules-dat -pkgver=202405202209 +pkgver=202405212209 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=('7b3cf1bd319d79f8e1d2d9fc7cbce06b97e0ea9d1ea1cf1b8fe1532a34bdba0f' - 'e73da4f458990c8d01d4f0ba5cfa5199e5b323cf420c335cb782256dcf211801' + '3475ebe617b570919499b18053726aa1a8b8fd77b0be5e29b3edc4442b0688c7' '31fae50281239180697c7e138e43d7d1e23c5d3e01e3d4b56bf1bcade97734f7' - 'adfd84fb5630cff7b2a61c3f70182cbbbd50b48c4d40d532f5a33847c848bfd7' + '27de5d4a487ac63a8b4a337a301691a9f22f278ec83383afc66eff9019a76b63' '35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3') prepare() {