summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs2021-04-18 01:06:17 -0400
committerJesse Luehrs2021-04-18 01:06:17 -0400
commitfc8d622c97aefba8111f63c8294f8c5f8e3ec1ae (patch)
tree5de202af9c1aafaf7c0ae5e957745d653ce3bfa3
parentb67bb0a6cb5e5cbb10d7c0d00845ee25b230c603 (diff)
downloadaur-fc8d622c97aefba8111f63c8294f8c5f8e3ec1ae.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 91167261ccd6..a41df1391993 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbw
pkgdesc = unofficial bitwarden cli
- pkgver = 1.1.2
+ pkgver = 1.2.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-1.1.2.tar.gz
- sha256sums = 4fc9c5996ff092e2e517d6de2eb51e498c9c5a889215b305ef72e990f47635e0
+ source = https://git.tozt.net/rbw/snapshot/rbw-1.2.0.tar.gz
+ sha256sums = 17fce8f474486550b83a2487ba7febd05d4f279cc7c53e70594d6f8ea223f5b7
pkgname = rbw
diff --git a/PKGBUILD b/PKGBUILD
index 2e5094ad8087..d60bb95b054e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jesse Luehrs <archlinux@tozt.net>
pkgname=rbw
-pkgver=1.1.2
+pkgver=1.2.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=('4fc9c5996ff092e2e517d6de2eb51e498c9c5a889215b305ef72e990f47635e0')
+sha256sums=('17fce8f474486550b83a2487ba7febd05d4f279cc7c53e70594d6f8ea223f5b7')
pkgdesc="unofficial bitwarden cli"
license=('MIT')