summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 206b029d3300..137a665c4df2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vlad Glagolev <scm(at)vaygr(dot)net>
pkgname=passh
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="interactive keyboard password authentication for SSH"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('GPL3')
url="https://github.com/clarkwang/passh"
source=($pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('f6efc7127515b3716108fa28439caca561d16923404bb1a8f734b41340b3f14e')
+sha256sums=('40ea6f141cd52fcf354f9b78a553010d9f94704b1a3b3c25842f017c4fe21e10')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"