diff options
author | lilac | 2024-07-15 13:17:35 +0800 |
---|---|---|
committer | lilac | 2024-07-15 13:17:35 +0800 |
commit | 8e2a9d23f7aa420a766676188b10babfe6606a7d (patch) | |
tree | 90086a8ac7cb082f79d75b0e862955bbb9bbc15a | |
parent | 345c0065442000a18100cf8c3f89a960748f6970 (diff) | |
download | aur-8e2a9d23f7aa420a766676188b10babfe6606a7d.tar.gz |
[lilac] updated to 202407142211-1
-rw-r--r-- | .SRCINFO | 18 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 14 insertions, 14 deletions
@@ -1,6 +1,6 @@ pkgbase = v2ray-rules-dat pkgdesc = Enhanced edition of V2Ray rules dat files - pkgver = 202407132209 + pkgver = 202407142211 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/202407132209/geoip.dat - source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202407132209/geosite.dat - source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202407132209/geoip.dat.sha256sum - source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202407132209/geosite.dat.sha256sum + source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202407142211/geoip.dat + source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202407142211/geosite.dat + source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202407142211/geoip.dat.sha256sum + source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202407142211/geosite.dat.sha256sum source = https://raw.githubusercontent.com/Loyalsoldier/domain-list-custom/master/LICENSE - sha256sums = 4ba547e06ca0307b44d7e034881fba7aa84c87f1327ad4cf519226c9add491f6 - sha256sums = d74030e84ebaccd8971211297f86a7a2de2928868ed9f5cecfa052eeaa2213b0 - sha256sums = c905ce70feef7fa9c6915f81857673e1d29e8dbc7289abb8d21327b9b6366a9d - sha256sums = 7c812410e6397d23faa03809839a22425742f2b2a3b767db05cbee1e1b9f924f + sha256sums = fd224548b0309f0810b03c13ae61cc41a6968fe6b1639c82de371485200fbcbb + sha256sums = 5e15b0074a1e55a5f4b4fa6817fa8b1d12f5c6e21f906079957070af89296751 + sha256sums = 2a189edbd913172257960946fea01b430e552a7d2d3eb3c6b6dd430be37633fc + sha256sums = c1b63cc67749c46879783c32c9abc061af19e8d4ea744cff6d1f891545a0131c sha256sums = 35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3 pkgname = v2ray-rules-dat @@ -2,7 +2,7 @@ # Contributor: Felix Yan <felixonmars@archlinux.org> pkgname=v2ray-rules-dat -pkgver=202407132209 +pkgver=202407142211 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=('4ba547e06ca0307b44d7e034881fba7aa84c87f1327ad4cf519226c9add491f6' - 'd74030e84ebaccd8971211297f86a7a2de2928868ed9f5cecfa052eeaa2213b0' - 'c905ce70feef7fa9c6915f81857673e1d29e8dbc7289abb8d21327b9b6366a9d' - '7c812410e6397d23faa03809839a22425742f2b2a3b767db05cbee1e1b9f924f' +sha256sums=('fd224548b0309f0810b03c13ae61cc41a6968fe6b1639c82de371485200fbcbb' + '5e15b0074a1e55a5f4b4fa6817fa8b1d12f5c6e21f906079957070af89296751' + '2a189edbd913172257960946fea01b430e552a7d2d3eb3c6b6dd430be37633fc' + 'c1b63cc67749c46879783c32c9abc061af19e8d4ea744cff6d1f891545a0131c' '35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3') prepare() { |