summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-05-20 12:28:24 +0800
committerlilac2024-05-20 12:28:24 +0800
commitd0db75aa21f25a30a357b65308a14f0af521dc8c (patch)
treee166df7def912f735a8b188cc1186184878876cf
parent565163ace048947ab91e3cc87893b1694c88091f (diff)
downloadaur-d0db75aa21f25a30a357b65308a14f0af521dc8c.tar.gz
[lilac] updated to 202405192212-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0dcb173a895..a719e93d6dae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = v2ray-rules-dat
pkgdesc = Enhanced edition of V2Ray rules dat files
- pkgver = 202405182208
+ pkgver = 202405192212
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/202405182208/geoip.dat
- source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405182208/geosite.dat
- source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405182208/geoip.dat.sha256sum
- source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405182208/geosite.dat.sha256sum
+ source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405192212/geoip.dat
+ source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405192212/geosite.dat
+ source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405192212/geoip.dat.sha256sum
+ source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202405192212/geosite.dat.sha256sum
source = https://raw.githubusercontent.com/Loyalsoldier/domain-list-custom/master/LICENSE
sha256sums = 7b3cf1bd319d79f8e1d2d9fc7cbce06b97e0ea9d1ea1cf1b8fe1532a34bdba0f
- sha256sums = 76f203ec267425921b913fee120b0f2610acf1f822dc9428e892d752c3247b9c
+ sha256sums = e73da4f458990c8d01d4f0ba5cfa5199e5b323cf420c335cb782256dcf211801
sha256sums = 31fae50281239180697c7e138e43d7d1e23c5d3e01e3d4b56bf1bcade97734f7
- sha256sums = 128862af94f40b5f62d444d261ba0505c1472e14786e40905d1a41536b8a3859
+ sha256sums = adfd84fb5630cff7b2a61c3f70182cbbbd50b48c4d40d532f5a33847c848bfd7
sha256sums = 35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3
pkgname = v2ray-rules-dat
diff --git a/PKGBUILD b/PKGBUILD
index 006b97fce2c9..bb09d5c87cde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Felix Yan <felixonmars@archlinux.org>
pkgname=v2ray-rules-dat
-pkgver=202405182208
+pkgver=202405192212
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=('7b3cf1bd319d79f8e1d2d9fc7cbce06b97e0ea9d1ea1cf1b8fe1532a34bdba0f'
- '76f203ec267425921b913fee120b0f2610acf1f822dc9428e892d752c3247b9c'
+ 'e73da4f458990c8d01d4f0ba5cfa5199e5b323cf420c335cb782256dcf211801'
'31fae50281239180697c7e138e43d7d1e23c5d3e01e3d4b56bf1bcade97734f7'
- '128862af94f40b5f62d444d261ba0505c1472e14786e40905d1a41536b8a3859'
+ 'adfd84fb5630cff7b2a61c3f70182cbbbd50b48c4d40d532f5a33847c848bfd7'
'35f18e0331a1ecd1835400c50e3b367c2ce09f6c13d91c4a0f3cb11f71d3bbc3')
prepare() {