mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 202510042211-1
This commit is contained in:
parent
bd1ff5c125
commit
fa8a98fe12
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 = 202510032212
|
||||
pkgver = 202510042211
|
||||
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-202510032212.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202510032212/geoip.dat
|
||||
source = geosite-202510032212.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202510032212/geosite.dat
|
||||
source = geoip-202510042211.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202510042211/geoip.dat
|
||||
source = geosite-202510042211.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202510042211/geosite.dat
|
||||
sha256sums = ac108c8f3f110df9ef67af07709f2a26599b4ce20570e6ae51cf82ccb495e0ed
|
||||
sha256sums = 8805487d80a3ed1e9bdcb186f764805b84f86b84b5da81dac35b79aecdeadd4c
|
||||
sha256sums = 14b26c48c512c664171fb2e46a4b60f6c28f22afff81f4c2a655e10c5701176b
|
||||
|
||||
pkgname = v2ray-rules-dat
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
|||
# Contributor: Felix Yan <felixonmars@archlinux.org>
|
||||
|
||||
pkgname=v2ray-rules-dat
|
||||
pkgver=202510032212
|
||||
pkgver=202510042211
|
||||
pkgrel=1
|
||||
pkgdesc="Enhanced edition of V2Ray rules dat files."
|
||||
arch=('any')
|
||||
|
|
@ -16,7 +16,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=('ac108c8f3f110df9ef67af07709f2a26599b4ce20570e6ae51cf82ccb495e0ed'
|
||||
'8805487d80a3ed1e9bdcb186f764805b84f86b84b5da81dac35b79aecdeadd4c')
|
||||
'14b26c48c512c664171fb2e46a4b60f6c28f22afff81f4c2a655e10c5701176b')
|
||||
|
||||
package() {
|
||||
local d
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue