summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d22bfb4b675..251133972d60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbw
pkgdesc = unofficial bitwarden cli
- pkgver = 0.4.3
+ pkgver = 0.4.4
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.3.tar.gz
- sha256sums = 6cd317b2df988990a740ab0b74f071e060380849bf35c1db95f8d3abb89e8aa6
+ source = https://git.tozt.net/rbw/snapshot/rbw-0.4.4.tar.gz
+ sha256sums = 489a42c1e60d38ff10fd3e7e7ce2a272923f91a5516b63053a588368d84978b0
pkgname = rbw
diff --git a/PKGBUILD b/PKGBUILD
index 48a86a92ab41..adb4024d830f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jesse Luehrs <archlinux@tozt.net>
pkgname=rbw
-pkgver=0.4.3
+pkgver=0.4.4
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=('6cd317b2df988990a740ab0b74f071e060380849bf35c1db95f8d3abb89e8aa6')
+sha256sums=('489a42c1e60d38ff10fd3e7e7ce2a272923f91a5516b63053a588368d84978b0')
pkgdesc="unofficial bitwarden cli"
license=('MIT')