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