summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs2020-05-22 01:45:04 -0400
committerJesse Luehrs2020-05-22 01:45:04 -0400
commitcff69acca4e8734c56c3a183142c9c62b3893b08 (patch)
tree6f78051ff6038a57999a0db5077073a236bec019
parent8413bf12a9b4a3a42b98b51b2ad34542a19eb07f (diff)
downloadaur-cff69acca4e8734c56c3a183142c9c62b3893b08.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 be62b9393922..91a6b3883ec7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbw
pkgdesc = unofficial bitwarden cli
- pkgver = 0.2.2
+ pkgver = 0.3.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.2.2.tar.gz
- sha256sums = 849875f1c8bb92955a05417e50576605ba7bec7f6a8a8a0cac01b4add0cc4060
+ source = https://git.tozt.net/rbw/snapshot/rbw-0.3.0.tar.gz
+ sha256sums = bed0786629344b7dd1c5e27482b82adbfa46048371fe18e31839e435c85176b2
pkgname = rbw
diff --git a/PKGBUILD b/PKGBUILD
index 26afb572030d..0e6928737f9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jesse Luehrs <doy@tozt.net>
pkgname=rbw
-pkgver=0.2.2
+pkgver=0.3.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=('849875f1c8bb92955a05417e50576605ba7bec7f6a8a8a0cac01b4add0cc4060')
+sha256sums=('bed0786629344b7dd1c5e27482b82adbfa46048371fe18e31839e435c85176b2')
pkgdesc="unofficial bitwarden cli"
license=('MIT')