summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandall Winkhart2022-06-21 04:07:10 -0400
committerRandall Winkhart2022-06-21 04:07:10 -0400
commit507897d2b2dabd6ccefcf456687b9986fc0d569c (patch)
tree7236e04b57ac7d8b39e9653cf63ff75c0c3d97b0
parentb1c80b2c845dbf675cfa6f74fa195bd1cb6f3612 (diff)
downloadaur-507897d2b2dabd6ccefcf456687b9986fc0d569c.tar.gz
Update to stable release 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21a50a56f52e..84dcf54abb1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sshyp
pkgdesc = A light-weight, self-hosted, synchronized password manager
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/rwinkhart/sshyp
arch = any
@@ -11,7 +11,7 @@ pkgbase = sshyp
depends = nano
depends = xclip
depends = wl-clipboard
- source = https://github.com/rwinkhart/sshyp/releases/download/v1.0.0/sshyp-1.0.0.tar.xz
- sha512sums = 1611d330558f1262e8156c448ef6fb4169da94e990c55497bf2ab1fc2d8897db71753b62d76cf3ae53149f0cbc865b6db3fb18629e40acc0147bbc83c45f6c62
+ source = https://github.com/rwinkhart/sshyp/releases/download/v1.0.1/sshyp-1.0.1.tar.xz
+ sha512sums = fde4bce3c7c632e4ba1d98ff2c07975a1d87c6eeb03b2f946eaf942db6b08d77f1c09e1a30dc1c62c0390de2ce90b5d9ee9f3c05f93743bab1c6389e7ea871e2
pkgname = sshyp
diff --git a/PKGBUILD b/PKGBUILD
index adcf1bd1f2b8..d4b6422236a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Randall Winkhart <idgr at tutanota dot com>
pkgname=sshyp
-pkgver=1.0.0
+pkgver=1.0.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 nano xclip wl-clipboard)
source=("https://github.com/rwinkhart/sshyp/releases/download/v$pkgver/sshyp-$pkgver.tar.xz")
-sha512sums=('1611d330558f1262e8156c448ef6fb4169da94e990c55497bf2ab1fc2d8897db71753b62d76cf3ae53149f0cbc865b6db3fb18629e40acc0147bbc83c45f6c62')
+sha512sums=('fde4bce3c7c632e4ba1d98ff2c07975a1d87c6eeb03b2f946eaf942db6b08d77f1c09e1a30dc1c62c0390de2ce90b5d9ee9f3c05f93743bab1c6389e7ea871e2')
package() {