mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 202406162211-1
This commit is contained in:
parent
db0f71df1e
commit
4966f7f1dd
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 = 202406152210
|
||||
pkgver = 202406162211
|
||||
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/202406152210/geoip.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406152210/geosite.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406152210/geoip.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406152210/geosite.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406162211/geoip.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406162211/geosite.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406162211/geoip.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406162211/geosite.dat.sha256sum
|
||||
source = https://raw.githubusercontent.com/Loyalsoldier/domain-list-custom/master/LICENSE
|
||||
sha256sums = 20c29c916b8fdeb9d1b2d39ee842aa955ae2559feca07d108c1f521d88521ebe
|
||||
sha256sums = 6b3c9c764a48296ad0d601df512da266355db588fa0c53623de2bde7a96e7521
|
||||
sha256sums = 04863416fb88e58998feadbdabd5f0aba8ffd044b98c30404fc8eadb67808809
|
||||
sha256sums = 1f760aa54284d75637714882c62a303264e8c8c5d2f0e3300b9969f59dd54e7c
|
||||
sha256sums = 30d46c107643ce0cecbb6f46713be9616852e1df071fd0095249903e270102b9
|
||||
sha256sums = 3e0c56eb8ebf93dc2970a89a33cbcc9c366323841e8e450831ae8101b333a645
|
||||
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=202406152210
|
||||
pkgver=202406162211
|
||||
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=('20c29c916b8fdeb9d1b2d39ee842aa955ae2559feca07d108c1f521d88521ebe'
|
||||
'6b3c9c764a48296ad0d601df512da266355db588fa0c53623de2bde7a96e7521'
|
||||
'04863416fb88e58998feadbdabd5f0aba8ffd044b98c30404fc8eadb67808809'
|
||||
'1f760aa54284d75637714882c62a303264e8c8c5d2f0e3300b9969f59dd54e7c'
|
||||
'30d46c107643ce0cecbb6f46713be9616852e1df071fd0095249903e270102b9'
|
||||
'3e0c56eb8ebf93dc2970a89a33cbcc9c366323841e8e450831ae8101b333a645'
|
||||
'35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3')
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue