summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2024-04-18 12:49:23 +0800
committerlilac2024-04-18 12:49:23 +0800
commit5c022e40aa6ba6f5458161ac5aad7be64de161d5 (patch)
tree2264853462b2c267007f386f4c37dd5bb585a972 /PKGBUILD
parent1bdb80ff38d2d77c76e849171913afb439a4bd6d (diff)
downloadaur-5c022e40aa6ba6f5458161ac5aad7be64de161d5.tar.gz
[lilac] updated to 202404180057-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e8301f4eaa1..be0252287d7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Dct Mei <dctxmei@yandex.com>
pkgname=clash-geoip
-pkgver=202404110057
+pkgver=202404180057
pkgrel=1
pkgdesc="GeoIP files for Clash"
arch=(any)
url="https://github.com/Loyalsoldier/geoip"
license=(CC-BY-SA-4.0 GPL-3.0-or-later)
source=("${pkgname}-${pkgver}.mmdb::${url}/releases/download/${pkgver}/Country.mmdb")
-sha256sums=('f0eb6e1ea132ecc67277cf553a695ba839dbe97a219ed57dbd5db4a0519f5825')
+sha256sums=('951b7921c780a6e29962d059d0ed5111711b5a565e789efc223750fa6f3cbf0d')
package() {
install -Dm0644 "${pkgname}-${pkgver}.mmdb" "${pkgdir}/etc/clash/Country.mmdb"