summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-08-12 13:14:55 +0800
committerlilac2023-08-12 13:14:55 +0800
commit907bd45d82998270a472f8fc8a17ad25f357b838 (patch)
treebf28bd3880f0d097c91539c1613a4b9c2520cda0
parentb769b1f3e2e2f4ec8d4b9bef6cc958b3b77faed3 (diff)
downloadaur-907bd45d82998270a472f8fc8a17ad25f357b838.tar.gz
[lilac] updated to 20230812-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd2eb189f0cb..e1245fee0d5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = clash-geoip
pkgdesc = A GeoLite2 data created by MaxMind
- pkgver = 20230712
+ pkgver = 20230812
pkgrel = 1
url = https://github.com/Dreamacro/maxmind-geoip
arch = any
license = custom
- source = maxmind-geoip-20230712.mmdb::https://github.com/Dreamacro/maxmind-geoip/releases/download/20230712/Country.mmdb
- sha256sums = 417c58fd6aee618d3d2cbf8e10a85dfc451bf86388e3d2859c6ef999bc0c5a85
+ source = maxmind-geoip-20230812.mmdb::https://github.com/Dreamacro/maxmind-geoip/releases/download/20230812/Country.mmdb
+ sha256sums = c8ef334908cd606c5a49770e8453881381ec88c9c29b765561f559839c4ef7ab
pkgname = clash-geoip
diff --git a/PKGBUILD b/PKGBUILD
index 81cbeba5641b..c1f35bf13c36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=clash-geoip
_pkgname=maxmind-geoip
-pkgver=20230712
+pkgver=20230812
pkgrel=1
pkgdesc="A GeoLite2 data created by MaxMind"
arch=('any')
url="https://github.com/Dreamacro/maxmind-geoip"
license=('custom')
source=("${_pkgname}-${pkgver}.mmdb::${url}/releases/download/${pkgver}/Country.mmdb")
-sha256sums=('417c58fd6aee618d3d2cbf8e10a85dfc451bf86388e3d2859c6ef999bc0c5a85')
+sha256sums=('c8ef334908cd606c5a49770e8453881381ec88c9c29b765561f559839c4ef7ab')
package() {
install -Dm0644 "${_pkgname}-${pkgver}.mmdb" "${pkgdir}"/etc/clash/Country.mmdb