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