summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs2021-03-06 12:01:23 -0500
committerJesse Luehrs2021-03-06 12:01:23 -0500
commitb67bb0a6cb5e5cbb10d7c0d00845ee25b230c603 (patch)
tree33ed8d43489667285dcdddd6880e3f11b45eecc9
parentda253921a70f84bdc9d8788d188d9e8136c56b11 (diff)
downloadaur-b67bb0a6cb5e5cbb10d7c0d00845ee25b230c603.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 25816ab56695..91167261ccd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbw
pkgdesc = unofficial bitwarden cli
- pkgver = 1.1.1
+ pkgver = 1.1.2
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-1.1.1.tar.gz
- sha256sums = 7d1360fd63a620375dc6b284147f9d058320c861f2c14e98de1e84e12af6ca09
+ source = https://git.tozt.net/rbw/snapshot/rbw-1.1.2.tar.gz
+ sha256sums = 4fc9c5996ff092e2e517d6de2eb51e498c9c5a889215b305ef72e990f47635e0
pkgname = rbw
diff --git a/PKGBUILD b/PKGBUILD
index f7f85ae01af5..2e5094ad8087 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jesse Luehrs <archlinux@tozt.net>
pkgname=rbw
-pkgver=1.1.1
+pkgver=1.1.2
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=('7d1360fd63a620375dc6b284147f9d058320c861f2c14e98de1e84e12af6ca09')
+sha256sums=('4fc9c5996ff092e2e517d6de2eb51e498c9c5a889215b305ef72e990f47635e0')
pkgdesc="unofficial bitwarden cli"
license=('MIT')