summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryate2021-10-04 02:17:33 -0400
committeryate2021-10-04 02:17:33 -0400
commit6cc2fd8461c06f7a2a324f2698d922f21a2463f1 (patch)
treee6e67089965d251606b59694dc93d6f93b2a5b62
parent20efab400d5befd78ffafdc617a1173f55d0ee9a (diff)
downloadaur-6cc2fd8461c06f7a2a324f2698d922f21a2463f1.tar.gz
0.12.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72a380624af0..d8673ec4624c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-trezor
pkgdesc = Python 3 library for communicating with the TREZOR Bitcoin hardware wallet
- pkgver = 0.12.3
+ pkgver = 0.12.4
pkgrel = 1
url = https://github.com/trezor/trezor-firmware/tree/master/python
arch = any
@@ -23,7 +23,7 @@ pkgbase = python-trezor
provides = trezorctl
conflicts = trezorctl
options = !emptydirs
- source = https://files.pythonhosted.org/packages/00/49/c9b3a0beaafb85a4f123e5fbd04c15c20d89e86e397e95a0e5024a179a3b/trezor-0.12.3.tar.gz
- sha256sums = 02c39c333435b8f6dc62cc79bb5bf35fc7f0eb144a1a748be3b7c065ee3e85ae
+ source = https://files.pythonhosted.org/packages/90/4e/d822976f6c043ba5d3e242ddf3ce62967dcceb5936764080e4457388d59c/trezor-0.12.4.tar.gz
+ sha256sums = 3e180d9f9f8b69176b5ef36311b6161f5b793b538eb2dfd4babbb4d3fb1e374e
pkgname = python-trezor
diff --git a/PKGBUILD b/PKGBUILD
index 8ea5cd74e7cf..f084f2bcf013 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python-trezor
-pkgver=0.12.3
+pkgver=0.12.4
pkgrel=1
pkgdesc='Python 3 library for communicating with the TREZOR Bitcoin hardware wallet'
arch=('any')
@@ -24,8 +24,8 @@ optdepends=('python-hidapi: Firmware-less Trezor One setup')
url='https://github.com/trezor/trezor-firmware/tree/master/python'
license=('LGPL3')
options=(!emptydirs)
-source=('https://files.pythonhosted.org/packages/00/49/c9b3a0beaafb85a4f123e5fbd04c15c20d89e86e397e95a0e5024a179a3b/trezor-0.12.3.tar.gz')
-sha256sums=('02c39c333435b8f6dc62cc79bb5bf35fc7f0eb144a1a748be3b7c065ee3e85ae')
+source=('https://files.pythonhosted.org/packages/90/4e/d822976f6c043ba5d3e242ddf3ce62967dcceb5936764080e4457388d59c/trezor-0.12.4.tar.gz')
+sha256sums=('3e180d9f9f8b69176b5ef36311b6161f5b793b538eb2dfd4babbb4d3fb1e374e')
provides=('python-trezor' 'trezorctl')
conflicts=('trezorctl')