summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandall Winkhart2022-06-20 04:19:15 -0400
committerRandall Winkhart2022-06-20 04:19:15 -0400
commitb1c80b2c845dbf675cfa6f74fa195bd1cb6f3612 (patch)
treece7d5ee89b3e3d1970f29a54d3b0f65e0dcb7203
parente97f6678d4d770d6223923ccff3d7658bd9cbf06 (diff)
downloadaur-b1c80b2c845dbf675cfa6f74fa195bd1cb6f3612.tar.gz
Update to stable release v1.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67ab1d1f5655..21a50a56f52e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sshyp
pkgdesc = A light-weight, self-hosted, synchronized password manager
- pkgver = 2022.02.16.fr4.7
- pkgrel = 2
+ pkgver = 1.0.0
+ pkgrel = 1
url = https://github.com/rwinkhart/sshyp
arch = any
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = sshyp
depends = nano
depends = xclip
depends = wl-clipboard
- source = https://github.com/rwinkhart/sshyp/releases/download/v2022.02.16.fr4.7/sshyp-2022.02.16.fr4.7.tar.xz
- sha512sums = 2043b3ab3ff43f3da546387ae39c4f78e4468bd63b5fd852526d6dc6d0de2df9c8e8576a14094d76fc060584819fc8280556728af579b49cde8495fd09df6169
+ source = https://github.com/rwinkhart/sshyp/releases/download/v1.0.0/sshyp-1.0.0.tar.xz
+ sha512sums = 1611d330558f1262e8156c448ef6fb4169da94e990c55497bf2ab1fc2d8897db71753b62d76cf3ae53149f0cbc865b6db3fb18629e40acc0147bbc83c45f6c62
pkgname = sshyp
diff --git a/PKGBUILD b/PKGBUILD
index c5effde589ae..adcf1bd1f2b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Randall Winkhart <idgr at tutanota dot com>
pkgname=sshyp
-pkgver=2022.02.16.fr4.7
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc='A light-weight, self-hosted, synchronized password manager'
url='https://github.com/rwinkhart/sshyp'
arch=('any')
@@ -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=('2043b3ab3ff43f3da546387ae39c4f78e4468bd63b5fd852526d6dc6d0de2df9c8e8576a14094d76fc060584819fc8280556728af579b49cde8495fd09df6169')
+sha512sums=('1611d330558f1262e8156c448ef6fb4169da94e990c55497bf2ab1fc2d8897db71753b62d76cf3ae53149f0cbc865b6db3fb18629e40acc0147bbc83c45f6c62')
package() {