summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Richter2020-06-10 11:37:07 +0200
committerMarkus Richter2020-06-10 11:38:00 +0200
commit999278a2b8ac70b6f0960b8cc7432066f6192741 (patch)
treec41d94c0705e423ac8562373999b2460887d1f30
parent1a1786bc7caad9bd7ebfe03a343e9661e54108d5 (diff)
downloadaur-999278a2b8ac70b6f0960b8cc7432066f6192741.tar.gz
1.15.1
Upstream Changes: - Fixed error when cloning attachments with ciphers, note that attachments are not cloned - Fixed version check when a commit hasn't been made since the last release - Added openssl extern crate to fix some builds - Updated admin page, added attachments count per user and users count per organization and fixed issue with DNS not resolving
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 585f56496b1b..a345ef81066a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitwarden_rs
pkgdesc = An unofficial lightweight implementation of the bitwarden-server using rust and sqlite. Does NOT include the web-interface.
- pkgver = 1.15.0
+ pkgver = 1.15.1
pkgrel = 1
url = https://github.com/dani-garcia/bitwarden_rs
install = bitwarden_rs.install
@@ -17,13 +17,13 @@ pkgbase = bitwarden_rs
conflicts = bitwarden_rs-mysql
conflicts = bitwarden_rs-postgresql
backup = etc/bitwarden_rs.env
- source = https://github.com/dani-garcia/bitwarden_rs/archive/1.15.0.tar.gz
+ source = https://github.com/dani-garcia/bitwarden_rs/archive/1.15.1.tar.gz
source = bitwarden_rs.install
source = bitwarden_rs.service
source = bitwarden_rs.sysusers.conf
source = bitwarden_rs.tmpfiles.conf
source = 0001-Disable-Vault.patch
- sha512sums = a5170d868234b437cb0a02245e49c5256a3bf02df9b80340d26f90e6b420601d005a6496c4e512c78989f14495b2c2fac89b879dccd71a1d8b86e7ff7c1a1c11
+ sha512sums = 34e7d7078dbcb6ae81d39d81db9bbfe8231b2fad54472c58f7d407387c3651c6554ff467daf17ebe88abfbaffc587fd0ab666cf3420ee544b7871c3712b1b871
sha512sums = ae1e05b613d3178bf3fa273ff6661c567140a43826e681b5164ef7d101c1243e5ff93e9caf7193984626d363b8b8b7c076e6646b865699d4cbe482a3dc4f91e7
sha512sums = 6f6b05881ee3344bdc553fae00a709404ddd086af347f909b3f3a620aabd2294b7dd2892472cd72515e9ceced2449eacbd9ef24626a1429776ea4599673a665b
sha512sums = 15b00b0dc9122f98ce8d7b55668fdfbb2e0387563e7d9ad6c0ebc73b75e46e1ccdb3a2186a453795a1b3e2d45358ff5a8076d5cf30319ab2c21539d20cff81c6
diff --git a/PKGBUILD b/PKGBUILD
index 20e2e5afd30b..5af4080b0ff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bitwarden_rs
_pkgbase=bitwarden_rs
-pkgver=1.15.0
+pkgver=1.15.1
pkgrel=1
pkgdesc="An unofficial lightweight implementation of the bitwarden-server using rust and sqlite. Does NOT include the web-interface."
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -21,7 +21,7 @@ source=("https://github.com/dani-garcia/bitwarden_rs/archive/$pkgver.tar.gz"
"${_pkgbase}.sysusers.conf"
"${_pkgbase}.tmpfiles.conf"
"0001-Disable-Vault.patch")
-sha512sums=('a5170d868234b437cb0a02245e49c5256a3bf02df9b80340d26f90e6b420601d005a6496c4e512c78989f14495b2c2fac89b879dccd71a1d8b86e7ff7c1a1c11'
+sha512sums=('34e7d7078dbcb6ae81d39d81db9bbfe8231b2fad54472c58f7d407387c3651c6554ff467daf17ebe88abfbaffc587fd0ab666cf3420ee544b7871c3712b1b871'
'ae1e05b613d3178bf3fa273ff6661c567140a43826e681b5164ef7d101c1243e5ff93e9caf7193984626d363b8b8b7c076e6646b865699d4cbe482a3dc4f91e7'
'6f6b05881ee3344bdc553fae00a709404ddd086af347f909b3f3a620aabd2294b7dd2892472cd72515e9ceced2449eacbd9ef24626a1429776ea4599673a665b'
'15b00b0dc9122f98ce8d7b55668fdfbb2e0387563e7d9ad6c0ebc73b75e46e1ccdb3a2186a453795a1b3e2d45358ff5a8076d5cf30319ab2c21539d20cff81c6'