aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelinae982020-08-15 23:48:01 +0800
committerfelinae982020-08-15 23:48:01 +0800
commit93269bd34ebb0a7d054c5459f185d0891ad9a2c7 (patch)
tree09458c75a54adb423c46c6ae1aeedaefa504a9ba
parent8a54350a9f499ecea7ff3908cf6da5b39a939ede (diff)
downloadaur-93269bd34ebb0a7d054c5459f185d0891ad9a2c7.tar.gz
add mixed_port feature
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34be51da63fe..81b725af9a99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clashup
pkgdesc = auto update clash's config file
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/felinae98/clashup
arch = any
@@ -10,7 +10,7 @@ pkgbase = clashup
depends = python-requests
source = clashup
source = clashup.conf
- md5sums = c94bf9a47483488b688b130ac36665b0
+ md5sums = 46d5dd8412a3df09b7fcea5213780193
md5sums = 177338346005e11d33e27edc1f8ab780
pkgname = clashup
diff --git a/PKGBUILD b/PKGBUILD
index ae733383c066..94cfe511461b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tang Yuming <felinae225@qq.com>
pkgname=clashup
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
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=('c94bf9a47483488b688b130ac36665b0'
+md5sums=('46d5dd8412a3df09b7fcea5213780193'
'177338346005e11d33e27edc1f8ab780')