summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Richter2018-11-14 20:07:33 +0100
committerMarkus Richter2018-11-14 20:07:33 +0100
commit3c387943af32d516d478bb61f182b34b8b086bd2 (patch)
treecf6a876844064d1d870ffd010e518e07afa4e7d8
parent1dbaa89fc15ac80b873a6f75e3690444c456ed72 (diff)
downloadaur-3c387943af32d516d478bb61f182b34b8b086bd2.tar.gz
1.4.0
Upstream Changelog: - Disabled websockets by default, can be enabled by setting WEBSOCKET_ENABLED=true. Note that websockets require some additional setup. More info about that in the README. - Upgraded sync method to not send equivalent domains when not necessary. - Bug fixes and documentation changes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8252d3499f8f..f42812471289 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.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/dani-garcia/bitwarden_rs
install = bitwarden_rs.install
@@ -15,11 +15,11 @@ pkgbase = bitwarden_rs
optdepends = bitwarden_rs-vault: Web Interface 'Vault'
conflicts = bitwarden_rs-git
backup = etc/bitwarden_rs.env
- source = https://github.com/dani-garcia/bitwarden_rs/archive/1.3.0.tar.gz
+ source = https://github.com/dani-garcia/bitwarden_rs/archive/1.4.0.tar.gz
source = bitwarden_rs.install
source = bitwarden_rs.service
source = 0001-Disable-Vault.patch
- sha512sums = d535290de0b5b9f44e02b24bf1cf6c5686a8f7f498fed37057ff1c3002959f5a606e81b65c698d5d1212a29108bfb213b88bfe8774a486b7e276ecabc95d6997
+ sha512sums = 75ed5c80a3f2c5d86ff772bf325f55b7664cb5786c3411d7617b1c52131604d837ccb43e99295914609615c03664685716246bafb2364f7754d7e970d3342a28
sha512sums = 399e63002acb764895bbcf3b983642c8858343b36909eeeb73133de1a9740a3d81232bc206ff6bf3daed50f72354c5e6fd5314d0d044acd9f1cb23a933b1dd74
sha512sums = 773dc0830b4eaf3a1d4134a52a6157e6a94265c6212ae8cc24b9584f9c444b9a0f822325f487ce9c23c363f743f1f64f269352f030e98e336816aee0a68048f6
sha512sums = a9ed56a349ba6243fbb5aa775681feecbf5dff62acb301e0f214455eb0e55b9c9d01ef8c19432b6b204bc0bc9be43adb2f33d0c48712419d4030182b13931754
diff --git a/PKGBUILD b/PKGBUILD
index 97a9d7383c42..ff7867ea054e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bitwarden_rs
_pkgbase=bitwarden_rs
-pkgver=1.3.0
+pkgver=1.4.0
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')
@@ -18,7 +18,7 @@ source=("https://github.com/dani-garcia/bitwarden_rs/archive/$pkgver.tar.gz"
"${_pkgbase}.install"
"${_pkgbase}.service"
"0001-Disable-Vault.patch")
-sha512sums=('d535290de0b5b9f44e02b24bf1cf6c5686a8f7f498fed37057ff1c3002959f5a606e81b65c698d5d1212a29108bfb213b88bfe8774a486b7e276ecabc95d6997'
+sha512sums=('75ed5c80a3f2c5d86ff772bf325f55b7664cb5786c3411d7617b1c52131604d837ccb43e99295914609615c03664685716246bafb2364f7754d7e970d3342a28'
'399e63002acb764895bbcf3b983642c8858343b36909eeeb73133de1a9740a3d81232bc206ff6bf3daed50f72354c5e6fd5314d0d044acd9f1cb23a933b1dd74'
'773dc0830b4eaf3a1d4134a52a6157e6a94265c6212ae8cc24b9584f9c444b9a0f822325f487ce9c23c363f743f1f64f269352f030e98e336816aee0a68048f6'
'a9ed56a349ba6243fbb5aa775681feecbf5dff62acb301e0f214455eb0e55b9c9d01ef8c19432b6b204bc0bc9be43adb2f33d0c48712419d4030182b13931754')