summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs2020-07-11 23:10:27 -0400
committerJesse Luehrs2020-07-11 23:10:27 -0400
commit19079d68c2dc4b70a27a3b6c18f5a6124e8f996b (patch)
treeba7589029d790098b39ed497bae73253cfa08286
parent13a046b7b47fdec33164f6d9fd0041c6917af5bb (diff)
downloadaur-19079d68c2dc4b70a27a3b6c18f5a6124e8f996b.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 efc69411a280..4e5edabc264f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbw
pkgdesc = unofficial bitwarden cli
- pkgver = 0.4.5
+ pkgver = 0.4.6
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.4.5.tar.gz
- sha256sums = aa1298adf33e5c76fa05d69e1893630a0f0eb61b8cb225b3be60ef73bc60934f
+ source = https://git.tozt.net/rbw/snapshot/rbw-0.4.6.tar.gz
+ sha256sums = 634a05a9bd5e94964c6ecb12f16913b0554764aaf1730f679b6c6ce8b6b52d2e
pkgname = rbw
diff --git a/PKGBUILD b/PKGBUILD
index 38f846a30c55..1eec15c979cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jesse Luehrs <archlinux@tozt.net>
pkgname=rbw
-pkgver=0.4.5
+pkgver=0.4.6
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=('aa1298adf33e5c76fa05d69e1893630a0f0eb61b8cb225b3be60ef73bc60934f')
+sha256sums=('634a05a9bd5e94964c6ecb12f16913b0554764aaf1730f679b6c6ce8b6b52d2e')
pkgdesc="unofficial bitwarden cli"
license=('MIT')