summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs2021-03-03 00:21:20 -0500
committerJesse Luehrs2021-03-03 00:21:20 -0500
commitfe9dd83867e9697efd07c7b4280d331a0c42ea34 (patch)
treee93f26f3cbfc764bbfd41632a08af6288bc0029a
parentd32cc4032222d8061097201786f16cc15a0049f8 (diff)
downloadaur-fe9dd83867e9697efd07c7b4280d331a0c42ea34.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 a7cac7ceb83d..c8b0a3b03bd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbw
pkgdesc = unofficial bitwarden cli
- pkgver = 1.0.0
+ pkgver = 1.1.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.0.0.tar.gz
- sha256sums = 94a09c1f45891e1cabe343a80ab944547bf1e326aaf67712c24e36d31d90a782
+ source = https://git.tozt.net/rbw/snapshot/rbw-1.1.0.tar.gz
+ sha256sums = 9cf51d494c3c1c63cab83051f89accc4a3babbf89bed2de45db4fd602181b2ca
pkgname = rbw
diff --git a/PKGBUILD b/PKGBUILD
index 78c0a9e788ef..c83d9a214539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jesse Luehrs <archlinux@tozt.net>
pkgname=rbw
-pkgver=1.0.0
+pkgver=1.1.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=('94a09c1f45891e1cabe343a80ab944547bf1e326aaf67712c24e36d31d90a782')
+sha256sums=('9cf51d494c3c1c63cab83051f89accc4a3babbf89bed2de45db4fd602181b2ca')
pkgdesc="unofficial bitwarden cli"
license=('MIT')