mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 202404142318-1
This commit is contained in:
parent
8d405a0461
commit
bea1b1c234
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 = 202404132209
|
||||
pkgver = 202404142318
|
||||
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/202404132209/geoip.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202404132209/geosite.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202404132209/geoip.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202404132209/geosite.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202404142318/geoip.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202404142318/geosite.dat
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202404142318/geoip.dat.sha256sum
|
||||
source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202404142318/geosite.dat.sha256sum
|
||||
source = https://raw.githubusercontent.com/Loyalsoldier/domain-list-custom/master/LICENSE
|
||||
sha256sums = 8747981cd3d1c803244fcd4bee3f10e9e2d92c62901c5174158d10d173520f72
|
||||
sha256sums = ed812f7a4b40035338d9d5d6adfc3324d2cd4e4231536d0473fefbc7967852ab
|
||||
sha256sums = 6df024592618da9a0aec4832377a5e9411d6adeb4c25185095a417bbb3cfce13
|
||||
sha256sums = 302a1c08dabb4b095135c11f7ef6f7a3db5f3dbad4e52e86496953220c754de0
|
||||
sha256sums = e435df96875a862a3ad3fe7593dcadfa86d2ae149c0e4e6cc196ba1844a54cc4
|
||||
sha256sums = 4a3accc5116b5afc65f88ddde98bcb0479fb2842bc3f2e0f3870cc216895bd07
|
||||
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=202404132209
|
||||
pkgver=202404142318
|
||||
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=('8747981cd3d1c803244fcd4bee3f10e9e2d92c62901c5174158d10d173520f72'
|
||||
'ed812f7a4b40035338d9d5d6adfc3324d2cd4e4231536d0473fefbc7967852ab'
|
||||
'6df024592618da9a0aec4832377a5e9411d6adeb4c25185095a417bbb3cfce13'
|
||||
'302a1c08dabb4b095135c11f7ef6f7a3db5f3dbad4e52e86496953220c754de0'
|
||||
'e435df96875a862a3ad3fe7593dcadfa86d2ae149c0e4e6cc196ba1844a54cc4'
|
||||
'4a3accc5116b5afc65f88ddde98bcb0479fb2842bc3f2e0f3870cc216895bd07'
|
||||
'35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3')
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue