mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 202602122226-1
This commit is contained in:
parent
5e922c7ca5
commit
55ff7ff714
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = v2ray-rules-dat
|
||||
pkgdesc = Enhanced edition of V2Ray rules dat files.
|
||||
pkgver = 202602112224
|
||||
pkgver = 202602122226
|
||||
pkgrel = 1
|
||||
url = https://github.com/Loyalsoldier/v2ray-rules-dat
|
||||
arch = any
|
||||
|
|
@ -13,9 +13,9 @@ pkgbase = v2ray-rules-dat
|
|||
conflicts = v2ray-geoip
|
||||
conflicts = xray-geoip
|
||||
conflicts = xray-geosite
|
||||
source = geoip-202602112224.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202602112224/geoip.dat
|
||||
source = geosite-202602112224.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202602112224/geosite.dat
|
||||
sha256sums = 8cf3dac7d99e428a380bd3aa1330f57718a794d45fe4f9dd20077c010dc0bcdb
|
||||
sha256sums = 97226983b77db88a16d529003d4e3587521839d0a8d20a22427c3b37fd8645f2
|
||||
source = geoip-202602122226.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202602122226/geoip.dat
|
||||
source = geosite-202602122226.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202602122226/geosite.dat
|
||||
sha256sums = 2d4f9bd36a2743e55d7c574f07513444ab706f56cc994e9f37d27be4f731387a
|
||||
sha256sums = 863caa1dc337c2ff8e9e867a89de8579d263ee327d3d15feaa9760558aa1a49b
|
||||
|
||||
pkgname = v2ray-rules-dat
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
|||
# Contributor: Felix Yan <felixonmars@archlinux.org>
|
||||
|
||||
pkgname=v2ray-rules-dat
|
||||
pkgver=202602112224
|
||||
pkgver=202602122226
|
||||
pkgrel=1
|
||||
pkgdesc="Enhanced edition of V2Ray rules dat files."
|
||||
arch=('any')
|
||||
|
|
@ -16,8 +16,8 @@ provides=('v2ray-domain-list-community' 'v2ray-geoip' 'xray-geoip' 'xray-geosite
|
|||
conflicts=('v2ray-domain-list-community' 'v2ray-geoip' 'xray-geoip' 'xray-geosite')
|
||||
source=("geoip-$pkgver.dat::${url}/releases/download/${pkgver}/geoip.dat"
|
||||
"geosite-$pkgver.dat::${url}/releases/download/${pkgver}/geosite.dat")
|
||||
sha256sums=('8cf3dac7d99e428a380bd3aa1330f57718a794d45fe4f9dd20077c010dc0bcdb'
|
||||
'97226983b77db88a16d529003d4e3587521839d0a8d20a22427c3b37fd8645f2')
|
||||
sha256sums=('2d4f9bd36a2743e55d7c574f07513444ab706f56cc994e9f37d27be4f731387a'
|
||||
'863caa1dc337c2ff8e9e867a89de8579d263ee327d3d15feaa9760558aa1a49b')
|
||||
|
||||
package() {
|
||||
local d
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue