summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2022-01-18 14:19:31 +1100
committerLuis Aranguren2022-01-18 14:19:31 +1100
commit3274f44458253b4dcdb25664bd94bf9c6355b7cd (patch)
tree1706b210a5b27dd88ce1167775147085b1f5b74a
parent6689d059aa3e7dfa150c9b32bb461d6a2a340d7d (diff)
downloadaur-3274f44458253b4dcdb25664bd94bf9c6355b7cd.tar.gz
pkgver 1.2.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35d1cd3200e8..5ba5e91cf994 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.1.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/Coldcard/ckcc-protocol
arch = any
@@ -11,8 +11,7 @@ pkgbase = python-ckcc-protocol
depends = python-pyaes
depends = python-ecdsa
options = !emptydirs
- source = python-ckcc-protocol-1.1.0.tar.gz::https://github.com/Coldcard/ckcc-protocol/archive/v1.1.0.tar.gz
- sha256sums = 5486531b33114936ad0cb4f990e5e6f02a03da427dfe342d0d3f9c2a958b27a8
+ source = python-ckcc-protocol-1.2.1.tar.gz::https://github.com/Coldcard/ckcc-protocol/archive/v1.2.1.tar.gz
+ sha256sums = 0bce02ef96a77e7101dd71451183a3b84f1dbc4d59034917cbfae985dc87e8cc
pkgname = python-ckcc-protocol
-
diff --git a/PKGBUILD b/PKGBUILD
index 66e8aad01184..0177cefbe7f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ckcc-protocol
_pkgname=ckcc-protocol
-pkgver=1.1.0
+pkgver=1.2.1
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=('5486531b33114936ad0cb4f990e5e6f02a03da427dfe342d0d3f9c2a958b27a8')
+sha256sums=('0bce02ef96a77e7101dd71451183a3b84f1dbc4d59034917cbfae985dc87e8cc')
build() {
cd "$srcdir/$_pkgname-$pkgver"