summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitcoinlizard2022-04-26 21:49:02 -0500
committerbitcoinlizard2022-04-26 21:49:02 -0500
commit7614bb703cd53ad3566d3bb87e26e9b6f291c951 (patch)
treed3dccfdf851b1b25fe7fc91e8da76cc4ab8eab1a
parent4bdeb4f4b1d8df42fa9f75d93f0d1d1a7db94340 (diff)
downloadaur-7614bb703cd53ad3566d3bb87e26e9b6f291c951.tar.gz
package updated to version 2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 824afc57fb9d..f8d6a31556b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-hwilib
pkgdesc = The Bitcoin Hardware Wallet Interface is a Python library and command line tool for interacting with hardware wallets.
- pkgver = 2.0.2
+ pkgver = 2.1.0
pkgrel = 3
url = https://github.com/bitcoin-core/HWI
arch = any
@@ -19,9 +19,9 @@ pkgbase = python-hwilib
depends = python-cryptography
depends = python-mnemonic
depends = python-noiseprotocol-git
- source = https://github.com/bitcoin-core/HWI/archive/refs/tags/2.0.2.tar.gz
+ source = https://github.com/bitcoin-core/HWI/archive/refs/tags/2.1.0.tar.gz
source = generate-ui.patch
- sha256sums = fe240431f8395e51e078a6688b48384d6118c10f5a3bd44b1c3bb186fd9f1841
+ sha256sums = 4f0c9a1019a3a7a5da30483a0cbfe53226e3248b8d8e9f2b38162bb6bfb2d39c
sha256sums = 6785afd23f30cf2f98f796896f131eed869b3e4d3ea25ed57ba0eac5c53ec165
pkgname = python-hwilib
diff --git a/PKGBUILD b/PKGBUILD
index 651b6a779787..8be145079558 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bitcoinlizard <bitcoinlizard@fastmail.com>
pkgname=python-hwilib
-pkgver=2.0.2
+pkgver=2.1.0
pkgrel=3
pkgdesc="The Bitcoin Hardware Wallet Interface is a Python library and command line tool for interacting with hardware wallets."
arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'libusb' 'systemd-libs' 'pyside2' 'pyside2-tools' 'python-libu
source=("https://github.com/bitcoin-core/HWI/archive/refs/tags/${pkgver}.tar.gz"
"generate-ui.patch")
-sha256sums=('fe240431f8395e51e078a6688b48384d6118c10f5a3bd44b1c3bb186fd9f1841'
+sha256sums=('4f0c9a1019a3a7a5da30483a0cbfe53226e3248b8d8e9f2b38162bb6bfb2d39c'
'6785afd23f30cf2f98f796896f131eed869b3e4d3ea25ed57ba0eac5c53ec165')
prepare() {