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 d736bd98c494..87aab65c0b7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ckcc-protocol
pkgdesc = Python code and command utilities to communicate with coldcard cryptocurrency wallet
- pkgver = 1.3.1
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/Coldcard/ckcc-protocol
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-ckcc-protocol
depends = python-pyaes
depends = python-ecdsa
options = !emptydirs
- source = python-ckcc-protocol-1.3.1.tar.gz::https://github.com/Coldcard/ckcc-protocol/archive/v1.3.1.tar.gz
- sha256sums = 92a7d1b88cf5266a4fcc5840f0da9a4fec8fe514e01c378ddbe43a14cda23f8c
+ source = python-ckcc-protocol-1.4.0.tar.gz::https://github.com/Coldcard/ckcc-protocol/archive/v1.4.0.tar.gz
+ sha256sums = d796c2def024be7b78fb70cba889dc8b1d3605a4a6dcd28b28620ed1ee7b1e7c
pkgname = python-ckcc-protocol
diff --git a/PKGBUILD b/PKGBUILD
index 0d73fb364551..5b559b67abc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ckcc-protocol
_pkgname=ckcc-protocol
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=1
pkgdesc="Python code and command utilities to communicate with coldcard cryptocurrency wallet"
arch=('any')
@@ -12,7 +12,7 @@ url="https://github.com/Coldcard/ckcc-protocol"
license=('custom')
options=('!emptydirs')
source=($pkgname-$pkgver.tar.gz::https://github.com/Coldcard/ckcc-protocol/archive/v$pkgver.tar.gz)
-sha256sums=('92a7d1b88cf5266a4fcc5840f0da9a4fec8fe514e01c378ddbe43a14cda23f8c')
+sha256sums=('d796c2def024be7b78fb70cba889dc8b1d3605a4a6dcd28b28620ed1ee7b1e7c')
build() {
cd "$srcdir/$_pkgname-$pkgver"