summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2019-10-11 08:59:56 +1100
committerLuis Aranguren2019-10-11 08:59:56 +1100
commitf5ac6bf5a5eaa7b19860886abb8ac6fbe0a93672 (patch)
treecdb15743bf69b578fd90c2b3eb47f371d63bac36
parenta7f6774f94a0b0cc8ace7e2965d1f4bfeaa912df (diff)
downloadaur-f5ac6bf5a5eaa7b19860886abb8ac6fbe0a93672.tar.gz
pkgver 0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dd8bbbfd7a6..10dab13d0ab6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-ckcc-protocol
pkgdesc = Python code and command utilities to communicate with coldcard cryptocurrency wallet
- pkgver = 0.7.11
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/Coldcard/ckcc-protocol
arch = any
license = custom
depends = python
options = !emptydirs
- source = python-ckcc-protocol-0.7.11.tar.gz::https://github.com/Coldcard/ckcc-protocol/archive/v0.7.11.tar.gz
- sha256sums = 2ab3c4f838999b51d4d7ad5ded43e89a50fe1a5ba5903f36e0188952324a354b
+ source = python-ckcc-protocol-0.8.0.tar.gz::https://github.com/Coldcard/ckcc-protocol/archive/v0.8.0.tar.gz
+ sha256sums = 06af95cc750eb4001d9661bd72c741637d7fae37d38b63408f2aca4f715f7aed
pkgname = python-ckcc-protocol
diff --git a/PKGBUILD b/PKGBUILD
index a42922025421..5505d76267ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ckcc-protocol
_pkgname=ckcc-protocol
-pkgver=0.7.11
+pkgver=0.8.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=('58f615bafc1a5f15c0a73cce9d967b5eca3cd70a929c13808c8f4b3e3b814087')
+sha256sums=('06af95cc750eb4001d9661bd72c741637d7fae37d38b63408f2aca4f715f7aed')
build() {
cd "$srcdir/$_pkgname-$pkgver"