mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 202403312209-1
This commit is contained in:
parent
57de9b6788
commit
cb969ee8ad
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 = 202403302209
|
||||
pkgver = 202403312209
|
||||
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/202403302209/geoip.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202403302209/geosite.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202403302209/geoip.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202403302209/geosite.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202403312209/geoip.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202403312209/geosite.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202403312209/geoip.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202403312209/geosite.dat.sha256sum
|
||||
source = https://raw.githubusercontent.com/Loyalsoldier/domain-list-custom/master/LICENSE
|
||||
sha256sums = d12392c1f4b379eed4c4969adc71e0a3a714a2e4731b050ad7bb7d5e4f822d6c
|
||||
sha256sums = 9c01460e4ade97d45fb5f1380f7513e83772bc44267cd8650827d7ac77b2fdcb
|
||||
sha256sums = c7b67cae85ffe0e849c69b169ce17e8675c9056c1e617deb023840f1ad770f69
|
||||
sha256sums = 5beee3947b5fe4b8800ccd56f4b579642635c20596711b89975da5a3da25b907
|
||||
sha256sums = 73af12c6017414829f74aff5d39b06fab4ec9f0892140691186d1b1ab109de09
|
||||
sha256sums = 24d49b8f54ff2964d99b3e4f35b43abbfa779733d2d907e96231f66e362a228d
|
||||
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=202403302209
|
||||
pkgver=202403312209
|
||||
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=('d12392c1f4b379eed4c4969adc71e0a3a714a2e4731b050ad7bb7d5e4f822d6c'
|
||||
'9c01460e4ade97d45fb5f1380f7513e83772bc44267cd8650827d7ac77b2fdcb'
|
||||
'c7b67cae85ffe0e849c69b169ce17e8675c9056c1e617deb023840f1ad770f69'
|
||||
'5beee3947b5fe4b8800ccd56f4b579642635c20596711b89975da5a3da25b907'
|
||||
'73af12c6017414829f74aff5d39b06fab4ec9f0892140691186d1b1ab109de09'
|
||||
'24d49b8f54ff2964d99b3e4f35b43abbfa779733d2d907e96231f66e362a228d'
|
||||
'35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3')
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue