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