summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandall Winkhart2023-10-24 00:06:55 -0400
committerRandall Winkhart2023-10-24 00:06:55 -0400
commitc0829ebfb5bc13ac9649665f0dccb93bf9c7b1aa (patch)
tree1bbd55c80ec56e76bd111d0ca14aa7302182861c
parentfd99415e843f00ab94deecf5f60efaf4ff57d645 (diff)
downloadaur-c0829ebfb5bc13ac9649665f0dccb93bf9c7b1aa.tar.gz
Update to release v1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31a5224ac0b9..11c5f92d86e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sshyp
pkgdesc = A light-weight, self-hosted, synchronized password manager
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/rwinkhart/sshyp
arch = any
@@ -11,7 +11,7 @@ pkgbase = sshyp
optdepends = wl-clipboard: wayland clipboard support
optdepends = xclip: x11 clipboard support
optdepends = bash-completion: bash completion support
- source = https://github.com/rwinkhart/sshyp/releases/download/v1.5.0/DEBIAN-sshyp_1.5.0-1_all.deb
- sha512sums = 1e91fb09685342ab4100228eac802d25d544b0c21d4eb093fb8cf251db54d39282835a6b9a14d430cd77c9fa4e1352d6ee7aee4a4d8b15702987a47c6b3a1d92
+ source = https://github.com/rwinkhart/sshyp/releases/download/v1.5.1/DEBIAN-sshyp_1.5.1-1_all.deb
+ sha512sums = e043a3973e8151278bb33b104522450c5f210ed7d2863d2bfb5012699132064f2fca490cb285e0cf67194ecbc62326b64e37e42f9dc980e1dad4c7f1503ea28e
pkgname = sshyp
diff --git a/PKGBUILD b/PKGBUILD
index 6f2967746aa0..607e41ef39e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Randall Winkhart <idgr at tutanota dot com>
pkgname=sshyp
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc='A light-weight, self-hosted, synchronized password manager'
url='https://github.com/rwinkhart/sshyp'
@@ -13,7 +13,7 @@ optdepends=(
'bash-completion: bash completion support'
)
source=("https://github.com/rwinkhart/sshyp/releases/download/v"$pkgver"/DEBIAN-sshyp_"$pkgver"-"$pkgrel"_all.deb")
-sha512sums=('1e91fb09685342ab4100228eac802d25d544b0c21d4eb093fb8cf251db54d39282835a6b9a14d430cd77c9fa4e1352d6ee7aee4a4d8b15702987a47c6b3a1d92')
+sha512sums=('e043a3973e8151278bb33b104522450c5f210ed7d2863d2bfb5012699132064f2fca490cb285e0cf67194ecbc62326b64e37e42f9dc980e1dad4c7f1503ea28e')
package() {
tar -xf data.tar.xz -C "${pkgdir}"