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