mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 202405142210-1
This commit is contained in:
parent
025b02feae
commit
fb9b668e53
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 = 202405132210
|
||||
pkgver = 202405142210
|
||||
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/202405132210/geoip.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405132210/geosite.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405132210/geoip.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405132210/geosite.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405142210/geoip.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405142210/geosite.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405142210/geoip.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405142210/geosite.dat.sha256sum
|
||||
source = https://raw.githubusercontent.com/Loyalsoldier/domain-list-custom/master/LICENSE
|
||||
sha256sums = 1da4df9b984250c4890993c8a56d89299fcc886e33e2872ceefc9c227924750f
|
||||
sha256sums = 953348a51d19de5d63aa6fec344ea668a9608e09d5cb491ddd5999990576760b
|
||||
sha256sums = 503a76504daf56f94575c885ec833f8dd473418a456aa1404af06dc38ddc5935
|
||||
sha256sums = 1817dd759078844a7973153591f78a409610a051bf35cd2d179f3285cf13ab8e
|
||||
sha256sums = 66c063c7c88c109e60812ac89a33fc22458d649c87b181a01b98536da3dfd5b8
|
||||
sha256sums = f268839b35b5c297e3d3dd185b23b53ca12fb27cfdd253cef340f56fb614980c
|
||||
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=202405132210
|
||||
pkgver=202405142210
|
||||
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=('1da4df9b984250c4890993c8a56d89299fcc886e33e2872ceefc9c227924750f'
|
||||
'953348a51d19de5d63aa6fec344ea668a9608e09d5cb491ddd5999990576760b'
|
||||
'503a76504daf56f94575c885ec833f8dd473418a456aa1404af06dc38ddc5935'
|
||||
'1817dd759078844a7973153591f78a409610a051bf35cd2d179f3285cf13ab8e'
|
||||
'66c063c7c88c109e60812ac89a33fc22458d649c87b181a01b98536da3dfd5b8'
|
||||
'f268839b35b5c297e3d3dd185b23b53ca12fb27cfdd253cef340f56fb614980c'
|
||||
'35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3')
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue