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