summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 799560e4d561..dd8d24d1f36d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sshyp
pkgdesc = A light-weight, self-hosted, synchronized password manager
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/rwinkhart/sshyp
arch = any
@@ -10,7 +10,7 @@ pkgbase = sshyp
depends = openssh
depends = xclip
depends = wl-clipboard
- source = https://github.com/rwinkhart/sshyp/releases/download/v1.1.1/sshyp-1.1.1.tar.xz
- sha512sums = a9ce372d8cb2a733a048b6dab88030de97eaf94daf4eb2e7e3c4f7b3331188a9115a8975f823883edea289e12dc7ab43c47086e702fbb5c43cc8effc7578186d
+ source = https://github.com/rwinkhart/sshyp/releases/download/v1.1.2/sshyp-1.1.2.tar.xz
+ sha512sums = 169f4ae2be4e428dd2517f9a494f5ce24f9ef58b0181a2e8b8504881ca56f2fefa9e3a80cd0f945d57523fb44408c3fceb0035d58f34ee4190cdbd8e8cb0ec2c
pkgname = sshyp
diff --git a/PKGBUILD b/PKGBUILD
index 9434ee9ce314..479899b44221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,16 @@
# Maintainer: Randall Winkhart <idgr at tutanota dot com>
-
pkgname=sshyp
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc='A light-weight, self-hosted, synchronized password manager'
url='https://github.com/rwinkhart/sshyp'
arch=('any')
license=('GPL3')
depends=(python gnupg openssh xclip wl-clipboard)
-
source=("https://github.com/rwinkhart/sshyp/releases/download/v$pkgver/sshyp-$pkgver.tar.xz")
-sha512sums=('a9ce372d8cb2a733a048b6dab88030de97eaf94daf4eb2e7e3c4f7b3331188a9115a8975f823883edea289e12dc7ab43c47086e702fbb5c43cc8effc7578186d')
+sha512sums=('169f4ae2be4e428dd2517f9a494f5ce24f9ef58b0181a2e8b8504881ca56f2fefa9e3a80cd0f945d57523fb44408c3fceb0035d58f34ee4190cdbd8e8cb0ec2c')
package() {
-
tar xf sshyp-"$pkgver".tar.xz -C "${pkgdir}"
-
}