summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal S2022-11-07 17:17:42 +0000
committerMichal S2022-11-07 17:17:42 +0000
commita3ccfdaec5e9e314d1fc99fc22f57588413a4905 (patch)
tree18a6535bba8135c9ffbb277f242098535ab677a1 /PKGBUILD
parent3bb651f2ca9ead2be4b61517706050fc0defd8a5 (diff)
downloadaur-sshs.tar.gz
sshs: 3.3.0 -> 3.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"