mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 202512262215-1
This commit is contained in:
parent
d431cfee1b
commit
03a415eddc
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 = 202512252214
|
||||
pkgver = 202512262215
|
||||
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-202512252214.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202512252214/geoip.dat
|
||||
source = geosite-202512252214.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202512252214/geosite.dat
|
||||
source = geoip-202512262215.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202512262215/geoip.dat
|
||||
source = geosite-202512262215.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202512262215/geosite.dat
|
||||
sha256sums = f9c9438921c687362dad943094410c91eba76afd01fbe2249e736ec8c3514f0c
|
||||
sha256sums = 0ad7df34bfb30655d50b592613b92ca7e2f9eb8d3a1f4a2fabd1c5803c98b5c7
|
||||
sha256sums = cd8c66eea4db3934dc04ee266bdc5938ea95b82f5f5a2e44b47166abc24925ab
|
||||
|
||||
pkgname = v2ray-rules-dat
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
|||
# Contributor: Felix Yan <felixonmars@archlinux.org>
|
||||
|
||||
pkgname=v2ray-rules-dat
|
||||
pkgver=202512252214
|
||||
pkgver=202512262215
|
||||
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=('f9c9438921c687362dad943094410c91eba76afd01fbe2249e736ec8c3514f0c'
|
||||
'0ad7df34bfb30655d50b592613b92ca7e2f9eb8d3a1f4a2fabd1c5803c98b5c7')
|
||||
'cd8c66eea4db3934dc04ee266bdc5938ea95b82f5f5a2e44b47166abc24925ab')
|
||||
|
||||
package() {
|
||||
local d
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue