mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 202404232210-1
This commit is contained in:
parent
d2a762539d
commit
789dff67a4
2 changed files with 10 additions and 10 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = v2ray-rules-dat
|
||||
pkgdesc = Enhanced edition of V2Ray rules dat files
|
||||
pkgver = 202404222211
|
||||
pkgver = 202404232210
|
||||
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/202404222211/geoip.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202404222211/geosite.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202404222211/geoip.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202404222211/geosite.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202404232210/geoip.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202404232210/geosite.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202404232210/geoip.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202404232210/geosite.dat.sha256sum
|
||||
source = https://raw.githubusercontent.com/Loyalsoldier/domain-list-custom/master/LICENSE
|
||||
sha256sums = d64439d47fa1fa8432beef6765165b98bd46d7894b6eb2744930a60e141fbf4e
|
||||
sha256sums = 59b133f4f14909b58b9a8189105e20a927e599583212bb88285738b2f31be8b9
|
||||
sha256sums = 4a78bad206274a3d68b926ba48861ff27cd486e79ff3836248c43c8d04bb3db1
|
||||
sha256sums = 8a9177b8cbd65f67c18937f091ed2d9f3f3a0179f10e244751f4a98414c9deb7
|
||||
sha256sums = fc57789c9d4bb52aa7a3d26525aa5f208b91ba7755750419346ae81255fc6723
|
||||
sha256sums = 4651ad96b0a20aa3ec032cd1222a087ba7c90fcbe088236a567450dfe72eb4b0
|
||||
sha256sums = 35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3
|
||||
|
||||
pkgname = v2ray-rules-dat
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Felix Yan <felixonmars@archlinux.org>
|
||||
|
||||
pkgname=v2ray-rules-dat
|
||||
pkgver=202404222211
|
||||
pkgver=202404232210
|
||||
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=('d64439d47fa1fa8432beef6765165b98bd46d7894b6eb2744930a60e141fbf4e'
|
||||
'59b133f4f14909b58b9a8189105e20a927e599583212bb88285738b2f31be8b9'
|
||||
'4a78bad206274a3d68b926ba48861ff27cd486e79ff3836248c43c8d04bb3db1'
|
||||
'8a9177b8cbd65f67c18937f091ed2d9f3f3a0179f10e244751f4a98414c9deb7'
|
||||
'fc57789c9d4bb52aa7a3d26525aa5f208b91ba7755750419346ae81255fc6723'
|
||||
'4651ad96b0a20aa3ec032cd1222a087ba7c90fcbe088236a567450dfe72eb4b0'
|
||||
'35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3')
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue