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