summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Richter2020-04-12 14:37:28 +0200
committerMarkus Richter2020-04-12 14:37:28 +0200
commit083db557e69d46015612279fd1de79f5e8910670 (patch)
treee575cc682ce217844fe587f1b04370b8d5c03102
parentcc004f7c7d8a5b9e12136f4569e7623b33cf65eb (diff)
downloadaur-083db557e69d46015612279fd1de79f5e8910670.tar.gz
2.13.2b
Upstream Changelog: - Based on v2.13.2, includes a more obvious error message when HTTPS is not enabled and the browser doesn't support it. bitwarden/web Changelog: 2.13.2 - Bug fixes
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f2812f7da14..289707ac144f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitwarden_rs-vault-bin
pkgdesc = Integrates the Vault Web-Interface into bitwarden_rs. Pre-compiled binaries from https://github.com/dani-garcia/bw_web_builds.
- pkgver = 2.13.1
+ pkgver = 2.13.2b
pkgrel = 1
url = https://github.com/bitwarden/web
install = bitwarden_rs-vault.install
@@ -10,11 +10,11 @@ pkgbase = bitwarden_rs-vault-bin
provides = bitwarden_rs-vault
conflicts = bitwarden_rs-vault
conflicts = bitwarden_rs-vault-git
- source = https://github.com/dani-garcia/bw_web_builds/releases/download/v2.13.1/bw_web_v2.13.1.tar.gz
- source = https://github.com/dani-garcia/bw_web_builds/releases/download/v2.13.1/bw_web_v2.13.1.tar.gz.asc
+ source = https://github.com/dani-garcia/bw_web_builds/releases/download/v2.13.2b/bw_web_v2.13.2b.tar.gz
+ source = https://github.com/dani-garcia/bw_web_builds/releases/download/v2.13.2b/bw_web_v2.13.2b.tar.gz.asc
source = bitwarden_rs-vault.install
validpgpkeys = B9B7A108373276BF3C0406F9FC8A7D14C3CD543A
- sha512sums = 4b73b01b009282ae520ca9dd695bac48ebf9f9ad72e20b417d80fbed4eecca9f738efd7e6038e546a6aa865d537f83910b796156ae70605efdfceac7b00ae51f
+ sha512sums = 3e1acebc3f4d1ce242e09ff4a391206b4989a175a97ae4b28fa0c25c344719458f50612bf65a1eb2d8f234270b8d7b57650c1b5cccc67a241f3d9c0c50f03a91
sha512sums = SKIP
sha512sums = 0b93ea1a442f15ac2445bc0cb759887b0826215edbc73dabb150de8ac136c8712c18b798ff397a06d50989332562a36382b5b7d962e60c2f2619d0f46cf9b04d
diff --git a/PKGBUILD b/PKGBUILD
index 1a1ed102098f..aaebc4ac3134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Richter <mqus at disroot dot org>
pkgname=bitwarden_rs-vault-bin
-pkgver=2.13.1
+pkgver=2.13.2b
pkgrel=1
pkgdesc="Integrates the Vault Web-Interface into bitwarden_rs. Pre-compiled binaries from https://github.com/dani-garcia/bw_web_builds."
arch=('any')
@@ -14,7 +14,7 @@ install=bitwarden_rs-vault.install
source=("https://github.com/dani-garcia/bw_web_builds/releases/download/v$pkgver/bw_web_v$pkgver.tar.gz"
"https://github.com/dani-garcia/bw_web_builds/releases/download/v$pkgver/bw_web_v$pkgver.tar.gz.asc"
"${pkgname%-bin}.install")
-sha512sums=('4b73b01b009282ae520ca9dd695bac48ebf9f9ad72e20b417d80fbed4eecca9f738efd7e6038e546a6aa865d537f83910b796156ae70605efdfceac7b00ae51f'
+sha512sums=('3e1acebc3f4d1ce242e09ff4a391206b4989a175a97ae4b28fa0c25c344719458f50612bf65a1eb2d8f234270b8d7b57650c1b5cccc67a241f3d9c0c50f03a91'
'SKIP'
'0b93ea1a442f15ac2445bc0cb759887b0826215edbc73dabb150de8ac136c8712c18b798ff397a06d50989332562a36382b5b7d962e60c2f2619d0f46cf9b04d')
validpgpkeys=('B9B7A108373276BF3C0406F9FC8A7D14C3CD543A')