summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs2020-05-28 03:26:08 -0400
committerJesse Luehrs2020-05-28 03:26:08 -0400
commit495efd5decd4c1d5c37d348661d6bf572c766058 (patch)
tree526922698d0f3263dd3b8d58aa1f1f20b3a5d53f
parent08a277213bfd53e2f1c764a3edc26684252ecfa1 (diff)
downloadaur-495efd5decd4c1d5c37d348661d6bf572c766058.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ca8d04c1bd1..a2e29a43ac20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbw
pkgdesc = unofficial bitwarden cli
- pkgver = 0.3.5
+ pkgver = 0.4.0
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.5.tar.gz
- sha256sums = 864bdc0a9bb23d368b8464b160485bf02ceee316860732f6d5865b3d1cf0c2c9
+ source = https://git.tozt.net/rbw/snapshot/rbw-0.4.0.tar.gz
+ sha256sums = e45d06cae83005519c08431559503fb5ba1e4522ffb6e71e5052db5ef552df3b
pkgname = rbw
diff --git a/PKGBUILD b/PKGBUILD
index cdd077d2ff56..2afdefd7a159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jesse Luehrs <archlinux@tozt.net>
pkgname=rbw
-pkgver=0.3.5
+pkgver=0.4.0
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=('864bdc0a9bb23d368b8464b160485bf02ceee316860732f6d5865b3d1cf0c2c9')
+sha256sums=('e45d06cae83005519c08431559503fb5ba1e4522ffb6e71e5052db5ef552df3b')
pkgdesc="unofficial bitwarden cli"
license=('MIT')