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