summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs2020-05-30 02:17:44 -0400
committerJesse Luehrs2020-05-30 02:17:44 -0400
commitcf5d446baf5f7fec05bc483ae865024660db41d2 (patch)
treeb582031982c97d92fd14102caaa95556497a5132
parent37493226bdf89b3c962e461d77e822535ea97fbe (diff)
downloadaur-cf5d446baf5f7fec05bc483ae865024660db41d2.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 41d21595a77b..41d777aa53af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbw
pkgdesc = unofficial bitwarden cli
- pkgver = 0.4.1
+ pkgver = 0.4.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-0.4.1.tar.gz
- sha256sums = 2531bd39c55a402b037188f75f4217a8866db1e81bc0c413e0a43d83f2a8a471
+ source = https://git.tozt.net/rbw/snapshot/rbw-0.4.2.tar.gz
+ sha256sums = 37646f8f2e24a512643bb9baa22337b3a150ae530434b350fe9cd006818fe88d
pkgname = rbw
diff --git a/PKGBUILD b/PKGBUILD
index c01e13b5a2e2..4863d13c36a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jesse Luehrs <archlinux@tozt.net>
pkgname=rbw
-pkgver=0.4.1
+pkgver=0.4.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=('2531bd39c55a402b037188f75f4217a8866db1e81bc0c413e0a43d83f2a8a471')
+sha256sums=('37646f8f2e24a512643bb9baa22337b3a150ae530434b350fe9cd006818fe88d')
pkgdesc="unofficial bitwarden cli"
license=('MIT')