mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 202406112210-1
This commit is contained in:
parent
aed60e263f
commit
5404526d51
2 changed files with 10 additions and 10 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = v2ray-rules-dat
|
||||
pkgdesc = Enhanced edition of V2Ray rules dat files
|
||||
pkgver = 202406102211
|
||||
pkgver = 202406112210
|
||||
pkgrel = 1
|
||||
url = https://github.com/Loyalsoldier/v2ray-rules-dat
|
||||
arch = any
|
||||
|
|
@ -11,15 +11,15 @@ pkgbase = v2ray-rules-dat
|
|||
provides = v2ray-geoip
|
||||
conflicts = v2ray-domain-list-community
|
||||
conflicts = v2ray-geoip
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406102211/geoip.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406102211/geosite.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406102211/geoip.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406102211/geosite.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406112210/geoip.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406112210/geosite.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406112210/geoip.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202406112210/geosite.dat.sha256sum
|
||||
source = https://raw.githubusercontent.com/Loyalsoldier/domain-list-custom/master/LICENSE
|
||||
sha256sums = 98108f898503d5475461781a71827f2526c9469f5654abb2d4219c5fce5e617a
|
||||
sha256sums = a809a72dffdcb563cc53413135abb890ec201549ba79a461769745f49c8602d2
|
||||
sha256sums = a0e9dfb075b880f1efe3adeff0d6276915177b66686278a535ea9f463d3dcfa3
|
||||
sha256sums = aa8b398fc6c30d117c0078269dadb40b1546c3a536bf069a76f5b2685fe5fc38
|
||||
sha256sums = 8414076eeb0e75e1dc8efa8dee382895aeaf9c7e2943344b22aa4c83480ab31a
|
||||
sha256sums = 412f3e82d0695281984d0ba3e9a197c15ed46921a32986433657a32cda8367f4
|
||||
sha256sums = 35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3
|
||||
|
||||
pkgname = v2ray-rules-dat
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Felix Yan <felixonmars@archlinux.org>
|
||||
|
||||
pkgname=v2ray-rules-dat
|
||||
pkgver=202406102211
|
||||
pkgver=202406112210
|
||||
pkgrel=1
|
||||
pkgdesc="Enhanced edition of V2Ray rules dat files"
|
||||
arch=(any)
|
||||
|
|
@ -18,9 +18,9 @@ source=("$url/releases/download/$pkgver/geoip.dat"
|
|||
"$url/releases/download/$pkgver/geosite.dat.sha256sum"
|
||||
"https://raw.githubusercontent.com/Loyalsoldier/domain-list-custom/master/LICENSE")
|
||||
sha256sums=('98108f898503d5475461781a71827f2526c9469f5654abb2d4219c5fce5e617a'
|
||||
'a809a72dffdcb563cc53413135abb890ec201549ba79a461769745f49c8602d2'
|
||||
'a0e9dfb075b880f1efe3adeff0d6276915177b66686278a535ea9f463d3dcfa3'
|
||||
'aa8b398fc6c30d117c0078269dadb40b1546c3a536bf069a76f5b2685fe5fc38'
|
||||
'8414076eeb0e75e1dc8efa8dee382895aeaf9c7e2943344b22aa4c83480ab31a'
|
||||
'412f3e82d0695281984d0ba3e9a197c15ed46921a32986433657a32cda8367f4'
|
||||
'35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3')
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue