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 eb16eda3d1ba..8dda5da4d169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpman-iced
pkgdesc = A GUI frontend to sftpman (an application for managing and mounting sshfs (SFTP) filesystems)
- pkgver = 2.0.7
+ pkgver = 2.1.0
pkgrel = 0
epoch = 1
url = https://github.com/spantaleev/sftpman-iced-rs
@@ -12,7 +12,7 @@ pkgbase = sftpman-iced
makedepends = cargo
depends = sshfs
optdepends = sftpman: CLI version
- source = git+https://github.com/spantaleev/sftpman-iced-rs.git#tag=v2.0.7
+ source = git+https://github.com/spantaleev/sftpman-iced-rs.git#tag=v2.1.0
b2sums = SKIP
pkgname = sftpman-iced
diff --git a/PKGBUILD b/PKGBUILD
index 47944d29b414..f7aa570d601d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sftpman-iced
epoch=1
-pkgver=2.0.7
+pkgver=2.1.0
pkgrel=0
pkgdesc='A GUI frontend to sftpman (an application for managing and mounting sshfs (SFTP) filesystems)'
url='https://github.com/spantaleev/sftpman-iced-rs'