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