summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibertylocked2021-07-08 01:07:07 -0700
committerlibertylocked2021-07-08 01:07:07 -0700
commit6f270bb7a55db0e7d17c2a5bf768946c06a5688e (patch)
tree3ed78be388d83ada1410e8f8c71d3e33292322c5
parent0f386d13498fe91169cc0f683b8cfe9781635113 (diff)
downloadaur-6f270bb7a55db0e7d17c2a5bf768946c06a5688e.tar.gz
update 1.17.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bd9ea24395c..54c19f16cff5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitwarden-cli
pkgdesc = The command line vault (Windows, macOS, & Linux). bitwarden.com
- pkgver = 1.17.0
+ pkgver = 1.17.1
pkgrel = 1
url = https://github.com/bitwarden/cli
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = bitwarden-cli
makedepends = nvm
conflicts = bitwarden-cli-git
options = !strip
- source = bitwarden-cli-1.17.0.tar.gz::https://github.com/bitwarden/cli/archive/v1.17.0.tar.gz
+ source = bitwarden-cli-1.17.1.tar.gz::https://github.com/bitwarden/cli/archive/v1.17.1.tar.gz
source = jslib-55a9ea9e18151e33498117d065145272c3d04987.tar.gz::https://github.com/bitwarden/jslib/archive/55a9ea9e18151e33498117d065145272c3d04987.tar.gz
- sha512sums = ebf15c0eff6bd838b5eb1ad4c484875d172a04f48e94e72ef014af316706fc2cc672887c01634a173e60410cce352fd505eef0ec8ee0af933c6437f0f19ed43f
+ sha512sums = 0e6a69446c5f4097d8d013c858a79df0f6925467d0d5c16f734d0552afddbef384437ca47331f2b9e2f7b5dee036053f87e52184e389ffc614eae6dd4a42e798
sha512sums = 6529d6909d4d92d26272f021511552a27ba8fb00b92e18a7efb7142b4b6e1e8473f0609ea1ede570c21e05d323d31613463630da1198878e3e624f0dca5f2320
pkgname = bitwarden-cli
diff --git a/PKGBUILD b/PKGBUILD
index 501ed5e0ef20..005e904a0c58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: libertylocked <libertylocked@disroot.org>
# Contributor: Stephen Brown II <Stephen [dot] Brown2 [at] gmail.com>
pkgname=bitwarden-cli
-pkgver=1.17.0
+pkgver=1.17.1
_jslibcommit='55a9ea9e18151e33498117d065145272c3d04987'
_nodeversion='14.17.1'
pkgrel=1
@@ -14,7 +14,7 @@ conflicts=('bitwarden-cli-git')
options=('!strip')
source=("bitwarden-cli-${pkgver}.tar.gz::https://github.com/bitwarden/cli/archive/v${pkgver}.tar.gz"
"jslib-${_jslibcommit}.tar.gz::https://github.com/bitwarden/jslib/archive/${_jslibcommit}.tar.gz")
-sha512sums=('ebf15c0eff6bd838b5eb1ad4c484875d172a04f48e94e72ef014af316706fc2cc672887c01634a173e60410cce352fd505eef0ec8ee0af933c6437f0f19ed43f'
+sha512sums=('0e6a69446c5f4097d8d013c858a79df0f6925467d0d5c16f734d0552afddbef384437ca47331f2b9e2f7b5dee036053f87e52184e389ffc614eae6dd4a42e798'
'6529d6909d4d92d26272f021511552a27ba8fb00b92e18a7efb7142b4b6e1e8473f0609ea1ede570c21e05d323d31613463630da1198878e3e624f0dca5f2320')
prepare() {