summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs2020-05-23 14:46:52 -0400
committerJesse Luehrs2020-05-23 14:46:52 -0400
commit1ab22bfcd68a7c31928994a7a2c62ba898f4f6d2 (patch)
tree06968460297c2d20092382e6f8287400df8f09d9
parentcff69acca4e8734c56c3a183142c9c62b3893b08 (diff)
downloadaur-1ab22bfcd68a7c31928994a7a2c62ba898f4f6d2.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 91a6b3883ec7..fdbaa9b66ddf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbw
pkgdesc = unofficial bitwarden cli
- pkgver = 0.3.0
+ pkgver = 0.3.1
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.0.tar.gz
- sha256sums = bed0786629344b7dd1c5e27482b82adbfa46048371fe18e31839e435c85176b2
+ source = https://git.tozt.net/rbw/snapshot/rbw-0.3.1.tar.gz
+ sha256sums = 0b149679ea44d358621ba9b02b00f770d2680daed576d9b811b45e677b162a69
pkgname = rbw
diff --git a/PKGBUILD b/PKGBUILD
index 0e6928737f9f..c795a57de438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jesse Luehrs <doy@tozt.net>
pkgname=rbw
-pkgver=0.3.0
+pkgver=0.3.1
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=('bed0786629344b7dd1c5e27482b82adbfa46048371fe18e31839e435c85176b2')
+sha256sums=('0b149679ea44d358621ba9b02b00f770d2680daed576d9b811b45e677b162a69')
pkgdesc="unofficial bitwarden cli"
license=('MIT')