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