summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs2021-02-22 00:11:02 -0500
committerJesse Luehrs2021-02-22 00:11:02 -0500
commitd32cc4032222d8061097201786f16cc15a0049f8 (patch)
treece74f427f602f85c5d87ff5668ae099a505e3cf9
parent06e7b621e34c26c5f007d7cb30edb69f94a31a79 (diff)
downloadaur-d32cc4032222d8061097201786f16cc15a0049f8.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 d705d54f394c..a7cac7ceb83d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbw
pkgdesc = unofficial bitwarden cli
- pkgver = 0.5.2
+ pkgver = 1.0.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.5.2.tar.gz
- sha256sums = 5ab3c569ea55eeee6e70130c3d1a3399ac0529b666e2ba12264c1a7b0b5dbc3c
+ source = https://git.tozt.net/rbw/snapshot/rbw-1.0.0.tar.gz
+ sha256sums = 94a09c1f45891e1cabe343a80ab944547bf1e326aaf67712c24e36d31d90a782
pkgname = rbw
diff --git a/PKGBUILD b/PKGBUILD
index fdefb973a885..78c0a9e788ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jesse Luehrs <archlinux@tozt.net>
pkgname=rbw
-pkgver=0.5.2
+pkgver=1.0.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=('5ab3c569ea55eeee6e70130c3d1a3399ac0529b666e2ba12264c1a7b0b5dbc3c')
+sha256sums=('94a09c1f45891e1cabe343a80ab944547bf1e326aaf67712c24e36d31d90a782')
pkgdesc="unofficial bitwarden cli"
license=('MIT')