summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a184314d087a..4ca8d04c1bd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbw
pkgdesc = unofficial bitwarden cli
- pkgver = 0.3.4
+ pkgver = 0.3.5
pkgrel = 1
url = https://git.tozt.net/rbw
arch = i686
@@ -13,8 +13,8 @@ pkgbase = rbw
provides = rbw
conflicts = rbw-git
conflicts = rbw-bin
- source = https://git.tozt.net/rbw/snapshot/rbw-0.3.4.tar.gz
- sha256sums = 395f521c45b9da69cb9cfd9f3af33bb4782b233aaa49a4c4716f12beaaa1f6ee
+ source = https://git.tozt.net/rbw/snapshot/rbw-0.3.5.tar.gz
+ sha256sums = 864bdc0a9bb23d368b8464b160485bf02ceee316860732f6d5865b3d1cf0c2c9
pkgname = rbw
diff --git a/PKGBUILD b/PKGBUILD
index c9f99d9f6dc5..cdd077d2ff56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jesse Luehrs <archlinux@tozt.net>
pkgname=rbw
-pkgver=0.3.4
+pkgver=0.3.5
pkgrel=1
makedepends=('rust' 'cargo')
depends=('pinentry' 'openssl')
@@ -9,7 +9,7 @@ provides=('rbw')
arch=('i686' 'x86_64')
url="https://git.tozt.net/${pkgname}"
source=(https://git.tozt.net/rbw/snapshot/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('395f521c45b9da69cb9cfd9f3af33bb4782b233aaa49a4c4716f12beaaa1f6ee')
+sha256sums=('864bdc0a9bb23d368b8464b160485bf02ceee316860732f6d5865b3d1cf0c2c9')
pkgdesc="unofficial bitwarden cli"
license=('MIT')