summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal S2022-11-07 17:17:42 +0000
committerMichal S2022-11-07 17:17:42 +0000
commita3ccfdaec5e9e314d1fc99fc22f57588413a4905 (patch)
tree18a6535bba8135c9ffbb277f242098535ab677a1
parent3bb651f2ca9ead2be4b61517706050fc0defd8a5 (diff)
downloadaur-a3ccfdaec5e9e314d1fc99fc22f57588413a4905.tar.gz
sshs: 3.3.0 -> 3.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94e68a47a3e4..2104a14a354b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sshs
pkgdesc = Terminal user interface for SSH
- pkgver = 3.3.0
+ pkgver = 3.4.0
pkgrel = 1
url = https://github.com/quantumsheep/sshs
arch = any
license = MIT
makedepends = go
depends = openssh
- source = https://github.com/quantumsheep/sshs/archive/refs/tags/3.3.0.tar.gz
- sha256sums = 07992229eab5d97be4fac44a21d3ad3c89ef7c7d15c8814ed579a054334f5e5f
+ source = https://github.com/quantumsheep/sshs/archive/refs/tags/3.4.0.tar.gz
+ sha256sums = f46f9185f97e35cf3b02286631df715027c3b0d374959c7e402a21bd30208f74
pkgname = sshs
diff --git a/PKGBUILD b/PKGBUILD
index 5c0d962d3e71..e15737a89706 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nathanael Demacon <nathanael.dmc[at]outlook[dot]fr>
pkgname=sshs
-pkgver="3.3.0"
+pkgver="3.4.0"
pkgrel="1"
pkgdesc="Terminal user interface for SSH"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('openssh')
makedepends=('go')
source=("https://github.com/quantumsheep/sshs/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('07992229eab5d97be4fac44a21d3ad3c89ef7c7d15c8814ed579a054334f5e5f')
+sha256sums=('f46f9185f97e35cf3b02286631df715027c3b0d374959c7e402a21bd30208f74')
prepare() {
cd "$pkgname-$pkgver"