summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d91d0b8c3c1..039515c86d45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clashtui
pkgdesc = Mihomo (Clash.Meta) TUI Client
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/JohanChane/clashtui
arch = any
@@ -12,7 +12,7 @@ pkgbase = clashtui
depends = glibc
provides = clashtui
options = !lto
- source = git+https://github.com/JohanChane/clashtui.git#tag=v0.2.0
+ source = git+https://github.com/JohanChane/clashtui.git#tag=v0.2.1
md5sums = SKIP
pkgname = clashtui
diff --git a/PKGBUILD b/PKGBUILD
index 2d7354a44010..9b8bacddd428 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Mihomo (Clash.Meta) TUI Client"
url="https://github.com/JohanChane/clashtui"
license=("MIT")
arch=("any")
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
makedepends=("rust" "cargo" "git")
depends=("gcc-libs" "glibc")