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