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