mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 202512192215-1
This commit is contained in:
parent
1a50bbb52f
commit
0a127c20b7
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = v2ray-rules-dat
|
||||
pkgdesc = Enhanced edition of V2Ray rules dat files.
|
||||
pkgver = 202512182214
|
||||
pkgver = 202512192215
|
||||
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-202512182214.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202512182214/geoip.dat
|
||||
source = geosite-202512182214.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202512182214/geosite.dat
|
||||
source = geoip-202512192215.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202512192215/geoip.dat
|
||||
source = geosite-202512192215.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202512192215/geosite.dat
|
||||
sha256sums = 63c20c159aeec8a13d61be9b89d0d1c82fecf4675f1c177db67e97477c89199d
|
||||
sha256sums = 2e1873ec5d8d5991d3d88db9df5107d9510fb19d5a7cd01dc0b7ec49c9fa73ab
|
||||
sha256sums = f3357462b209eafd7b9388da6728018b96c61a0eb042cdc32ab898fc61569501
|
||||
|
||||
pkgname = v2ray-rules-dat
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
|||
# Contributor: Felix Yan <felixonmars@archlinux.org>
|
||||
|
||||
pkgname=v2ray-rules-dat
|
||||
pkgver=202512182214
|
||||
pkgver=202512192215
|
||||
pkgrel=1
|
||||
pkgdesc="Enhanced edition of V2Ray rules dat files."
|
||||
arch=('any')
|
||||
|
|
@ -17,7 +17,7 @@ conflicts=('v2ray-domain-list-community' 'v2ray-geoip' 'xray-geoip' 'xray-geosit
|
|||
source=("geoip-$pkgver.dat::${url}/releases/download/${pkgver}/geoip.dat"
|
||||
"geosite-$pkgver.dat::${url}/releases/download/${pkgver}/geosite.dat")
|
||||
sha256sums=('63c20c159aeec8a13d61be9b89d0d1c82fecf4675f1c177db67e97477c89199d'
|
||||
'2e1873ec5d8d5991d3d88db9df5107d9510fb19d5a7cd01dc0b7ec49c9fa73ab')
|
||||
'f3357462b209eafd7b9388da6728018b96c61a0eb042cdc32ab898fc61569501')
|
||||
|
||||
package() {
|
||||
local d
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue