aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfelinae982020-10-16 18:53:31 +0800
committerfelinae982020-10-16 18:56:54 +0800
commit9432a0807d219c01b01b575c0c9028f92c7286bd (patch)
tree3c8e8ce4e513a5f576631ebe325b805fb7c68b32 /PKGBUILD
parent750481d55d92f182d7fb7d562629c819c97db23a (diff)
downloadaur-9432a0807d219c01b01b575c0c9028f92c7286bd.tar.gz
fix quit when update mmdb fail
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fba1054ed5f..517bd230f443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tang Yuming <felinae225@qq.com>
pkgname=clashup
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=2
pkgdesc="auto update clash's config file"
license=('GPL')
@@ -14,5 +14,5 @@ package() {
install -Dm755 clashup ${pkgdir}/usr/bin/clashup
install -Dm644 clashup.conf ${pkgdir}/etc/systemd/user/clash.service.d/clashup.conf
}
-md5sums=('5e36f15996e69f68037964573b20dd64'
+md5sums=('01b044273790887a37d8052e99cbb930'
'177338346005e11d33e27edc1f8ab780')