mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 202512312215-1
This commit is contained in:
parent
98d5d96d99
commit
61190f4c6d
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = v2ray-rules-dat
|
||||
pkgdesc = Enhanced edition of V2Ray rules dat files.
|
||||
pkgver = 202512302215
|
||||
pkgver = 202512312215
|
||||
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-202512302215.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202512302215/geoip.dat
|
||||
source = geosite-202512302215.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202512302215/geosite.dat
|
||||
sha256sums = f9c9438921c687362dad943094410c91eba76afd01fbe2249e736ec8c3514f0c
|
||||
sha256sums = 56a7d6580a9ef24bf1465786e985198387261064914de89716dea76b773c6f2f
|
||||
source = geoip-202512312215.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202512312215/geoip.dat
|
||||
source = geosite-202512312215.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202512312215/geosite.dat
|
||||
sha256sums = 600763effa8d9f029726c3229b7fc5a8ae509e7a4a1381c4a3d643e38cae4459
|
||||
sha256sums = f86223f9319b4aa92f27f238d08d4aa78760539d263c1c9758cff1205ca7774d
|
||||
|
||||
pkgname = v2ray-rules-dat
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
|||
# Contributor: Felix Yan <felixonmars@archlinux.org>
|
||||
|
||||
pkgname=v2ray-rules-dat
|
||||
pkgver=202512302215
|
||||
pkgver=202512312215
|
||||
pkgrel=1
|
||||
pkgdesc="Enhanced edition of V2Ray rules dat files."
|
||||
arch=('any')
|
||||
|
|
@ -16,8 +16,8 @@ provides=('v2ray-domain-list-community' 'v2ray-geoip' 'xray-geoip' 'xray-geosite
|
|||
conflicts=('v2ray-domain-list-community' 'v2ray-geoip' 'xray-geoip' 'xray-geosite')
|
||||
source=("geoip-$pkgver.dat::${url}/releases/download/${pkgver}/geoip.dat"
|
||||
"geosite-$pkgver.dat::${url}/releases/download/${pkgver}/geosite.dat")
|
||||
sha256sums=('f9c9438921c687362dad943094410c91eba76afd01fbe2249e736ec8c3514f0c'
|
||||
'56a7d6580a9ef24bf1465786e985198387261064914de89716dea76b773c6f2f')
|
||||
sha256sums=('600763effa8d9f029726c3229b7fc5a8ae509e7a4a1381c4a3d643e38cae4459'
|
||||
'f86223f9319b4aa92f27f238d08d4aa78760539d263c1c9758cff1205ca7774d')
|
||||
|
||||
package() {
|
||||
local d
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue