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