summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs2020-05-04 00:03:59 -0400
committerJesse Luehrs2020-05-04 00:03:59 -0400
commit720aac958863b50d25481aad495f958c5f750d76 (patch)
tree02e6fd7e25520bf9ec907c08f269dea14ab67e84
parentc941fd653b423bb052b2226baf5e647cb7b78d72 (diff)
downloadaur-720aac958863b50d25481aad495f958c5f750d76.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 ad5be4702d6e..3180c4e3ef04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbw
pkgdesc = unofficial bitwarden cli
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://git.tozt.net/rbw
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = rbw
depends = openssl
provides = rbw
conflicts = rbw-git
- source = https://git.tozt.net/rbw/releases/deb/rbw_0.2.0_amd64.deb
- sha256sums = e7641631bd9c2da3a79feddec51b0a02d4b2ee7b55a7f72fbbb589651b42b73f
+ source = https://git.tozt.net/rbw/releases/deb/rbw_0.2.1_amd64.deb
+ sha256sums = 16ee1885942c12cc2d3ad80ea652328e7f7f37559c4ae3e81d8b857d3fd03f7a
pkgname = rbw
diff --git a/PKGBUILD b/PKGBUILD
index 36550357a958..bafa6391a69a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jesse Luehrs <doy@tozt.net>
pkgname=rbw
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
depends=('pinentry' 'openssl')
conflicts=('rbw-git')
@@ -8,7 +8,7 @@ provides=('rbw')
arch=('x86_64')
url="https://git.tozt.net/${pkgname}"
source=(https://git.tozt.net/rbw/releases/deb/${pkgname}_${pkgver}_amd64.deb)
-sha256sums=('e7641631bd9c2da3a79feddec51b0a02d4b2ee7b55a7f72fbbb589651b42b73f')
+sha256sums=('16ee1885942c12cc2d3ad80ea652328e7f7f37559c4ae3e81d8b857d3fd03f7a')
pkgdesc="unofficial bitwarden cli"
license=('MIT')