summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandall2022-07-21 23:11:05 -0400
committerRandall2022-07-21 23:11:05 -0400
commit951ee73842c6ad3a3300a896aec72b95d971c843 (patch)
treed0b053a05ec471ec18e0ca91525c0e48ceed41a6
parentbf1b7833ca441fb9d737ae5f1bc68d1f276304ee (diff)
downloadaur-951ee73842c6ad3a3300a896aec72b95d971c843.tar.gz
Update to v1.1.1
-rw-r--r--[-rwxr-xr-x].SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31bf58f05adf..799560e4d561 100755..100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sshyp
pkgdesc = A light-weight, self-hosted, synchronized password manager
- pkgver = 1.1.0
+ pkgver = 1.1.1
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.0/sshyp-1.1.0.tar.xz
- sha512sums = b77c0c140d19a489cc9a25f601efb4368edb258a3824bd6e50d15ab0a219eb8fc7703d9ae6d506c5ce9e5c11130c19b162f39bac6c17137d0f346a9e78e3e29c
+ source = https://github.com/rwinkhart/sshyp/releases/download/v1.1.1/sshyp-1.1.1.tar.xz
+ sha512sums = a9ce372d8cb2a733a048b6dab88030de97eaf94daf4eb2e7e3c4f7b3331188a9115a8975f823883edea289e12dc7ab43c47086e702fbb5c43cc8effc7578186d
pkgname = sshyp
diff --git a/PKGBUILD b/PKGBUILD
index b3144ce68b26..9434ee9ce314 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Randall Winkhart <idgr at tutanota dot com>
pkgname=sshyp
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc='A light-weight, self-hosted, synchronized password manager'
url='https://github.com/rwinkhart/sshyp'
@@ -10,7 +10,7 @@ license=('GPL3')
depends=(python gnupg openssh xclip wl-clipboard)
source=("https://github.com/rwinkhart/sshyp/releases/download/v$pkgver/sshyp-$pkgver.tar.xz")
-sha512sums=('b77c0c140d19a489cc9a25f601efb4368edb258a3824bd6e50d15ab0a219eb8fc7703d9ae6d506c5ce9e5c11130c19b162f39bac6c17137d0f346a9e78e3e29c')
+sha512sums=('a9ce372d8cb2a733a048b6dab88030de97eaf94daf4eb2e7e3c4f7b3331188a9115a8975f823883edea289e12dc7ab43c47086e702fbb5c43cc8effc7578186d')
package() {