From 246c84ff1f6695cd1d66b9fca8bc7686a6dddef4 Mon Sep 17 00:00:00 2001 From: Cuan Date: Wed, 1 Dec 2021 19:42:21 -0500 Subject: [PATCH] Updated PKGBUILD for release --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 4b2615e..5f0c846 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Randall Winkhart pkgname=sshyp -pkgver=2021.11.05.fr1 +pkgver=2021.12.01.fr2 pkgrel=1 pkgdesc='A self-hosted, synchronized password manager' url='https://github.com/rwinkhart/sshyp' @@ -9,8 +9,8 @@ arch=('x86_64' 'aarch64') license=('GPL3') depends=( python gnupg openssh nano xclip wl-clipboard) -source_x86_64=('https://github.com/rwinkhart/sshyp/releases/download/v2021.11.05.fr1/sshyp-2021.11.05.fr1.tar.xz') -source_aarch64=('https://github.com/rwinkhart/sshyp/releases/download/v2021.11.05.fr1/sshyp-2021.11.05.fr1.tar.xz') +source_x86_64=('https://github.com/rwinkhart/sshyp/releases/download/v2021.12.01.fr2/sshyp-2021.12.01.fr2.tar.xz') +source_aarch64=('https://github.com/rwinkhart/sshyp/releases/download/v2021.12.01.fr2/sshyp-2021.12.01.fr2.tar.xz') sha512sums_x86_64=('dcc2fe2e751120ffed86cad5f170bdf6ba4ef96df4c4cc784496289c7fda1ccef5ded030ce20f4ea6571a0def5bc185037b39f0958958a1aadb1ead63291b879') sha512sums_aarch64=('dcc2fe2e751120ffed86cad5f170bdf6ba4ef96df4c4cc784496289c7fda1ccef5ded030ce20f4ea6571a0def5bc185037b39f0958958a1aadb1ead63291b879')