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