summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2138a701857f..be62b9393922 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rbw
pkgdesc = unofficial bitwarden cli
- pkgver = 0.2.1
- pkgrel = 2
+ pkgver = 0.2.2
+ pkgrel = 1
url = https://git.tozt.net/rbw
arch = i686
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = rbw
provides = rbw
conflicts = rbw-git
conflicts = rbw-bin
- source = https://git.tozt.net/rbw/snapshot/rbw-0.2.1.tar.gz
- sha256sums = 5efee399d6a455797741b4d0682088e8a84a9f10296446e483d608c56b754aba
+ source = https://git.tozt.net/rbw/snapshot/rbw-0.2.2.tar.gz
+ sha256sums = 849875f1c8bb92955a05417e50576605ba7bec7f6a8a8a0cac01b4add0cc4060
pkgname = rbw
diff --git a/PKGBUILD b/PKGBUILD
index c1dee2309fa7..26afb572030d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jesse Luehrs <doy@tozt.net>
pkgname=rbw
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.2.2
+pkgrel=1
makedepends=('rust' 'cargo')
depends=('pinentry' 'openssl')
conflicts=('rbw-git' 'rbw-bin')
@@ -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=('5efee399d6a455797741b4d0682088e8a84a9f10296446e483d608c56b754aba')
+sha256sums=('849875f1c8bb92955a05417e50576605ba7bec7f6a8a8a0cac01b4add0cc4060')
pkgdesc="unofficial bitwarden cli"
license=('MIT')