George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
rbw
Commits:
c1008252 by George Rawlinson at 2024-04-24T14:07:15+12:00
upgpkg: 1.10.0-1
* New upstream release.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rbw
pkgdesc = Unofficial Bitwarden CLI
- pkgver = 1.9.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://git.tozt.net/rbw
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = rbw
depends = gcc-libs
depends = pinentry
options = !lto
- source = https://git.tozt.net/rbw/snapshot/rbw-1.9.0.tar.gz
- sha512sums =
1ebe9837574b51e32c645b26c0c47f11fbcf1893adf76ada7b56e3d0b18271594f6047ba5f9acf9aa4d4ff970ad999b42febb070ec687766c035cc5a39748f8b
- b2sums =
2b4cd61193fe79e9a095ab4534fcb2982c5a611f54789a97f6fd8aea133a93575fb7977f4e202fe6bbe341efa3edc2a635a262e5fa91e30e90da4e3adc8211e5
+ source = https://git.tozt.net/rbw/snapshot/rbw-1.10.0.tar.gz
+ sha512sums =
83e45f32323445fbcb4196120179771d31cf71065f3a1ab921d0dcf194d33a3bd57a149869a467c7120024c4745f837488662f52e0311c2fb43782b2d6c7d92b
+ b2sums =
dcf0dd82e3fa71a8655aeeeda8827eb78f2a9f6dfd590f5ab0a7154c219caf35af494ecbcd8c525c8b8dcec94c37287f4f87a070684b6e9b94e9ee8fe47210df
pkgname = rbw
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jesse Luehrs <[email protected]>
pkgname=rbw
-pkgver=1.9.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='Unofficial Bitwarden CLI'
arch=('x86_64')
@@ -12,8 +12,8 @@ depends=('glibc' 'gcc-libs' 'pinentry')
makedepends=('rust')
options=('!lto')
source=("$url/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('1ebe9837574b51e32c645b26c0c47f11fbcf1893adf76ada7b56e3d0b18271594f6047ba5f9acf9aa4d4ff970ad999b42febb070ec687766c035cc5a39748f8b')
-b2sums=('2b4cd61193fe79e9a095ab4534fcb2982c5a611f54789a97f6fd8aea133a93575fb7977f4e202fe6bbe341efa3edc2a635a262e5fa91e30e90da4e3adc8211e5')
+sha512sums=('83e45f32323445fbcb4196120179771d31cf71065f3a1ab921d0dcf194d33a3bd57a149869a467c7120024c4745f837488662f52e0311c2fb43782b2d6c7d92b')
+b2sums=('dcf0dd82e3fa71a8655aeeeda8827eb78f2a9f6dfd590f5ab0a7154c219caf35af494ecbcd8c525c8b8dcec94c37287f4f87a070684b6e9b94e9ee8fe47210df')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rbw/-/commit/c1008252090d20d16965c79cf2add288b891ba44
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rbw/-/commit/c1008252090d20d16965c79cf2add288b891ba44
You're receiving this email because of your account on gitlab.archlinux.org.