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