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