diff options
author | Luis Aranguren | 2020-06-26 11:53:15 +1000 |
---|---|---|
committer | Luis Aranguren | 2020-06-26 11:53:15 +1000 |
commit | 18489dd2719c21aa9621e93c83336f8cbd723972 (patch) | |
tree | 4e956e236bd8df9c0530eff59af09cb8ab128b66 | |
parent | 54c5fe221f9876f226899e911e6d0facb17d1d0d (diff) | |
download | aur-18489dd2719c21aa9621e93c83336f8cbd723972.tar.gz |
pkgver 1.0.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-ckcc-protocol pkgdesc = Python code and command utilities to communicate with coldcard cryptocurrency wallet - pkgver = 1.0.1 + pkgver = 1.0.2 pkgrel = 1 url = https://github.com/Coldcard/ckcc-protocol arch = any @@ -11,8 +11,8 @@ pkgbase = python-ckcc-protocol depends = python-pyaes depends = python-ecdsa options = !emptydirs - source = python-ckcc-protocol-1.0.1.tar.gz::https://github.com/Coldcard/ckcc-protocol/archive/v1.0.1.tar.gz - sha256sums = ab448dcf441563785c546c84f1d2db6ac7f85b169436bf6df2c7e066e8b0724c + source = python-ckcc-protocol-1.0.2.tar.gz::https://github.com/Coldcard/ckcc-protocol/archive/v1.0.2.tar.gz + sha256sums = 3fe54a4e726831cbefa78b654c54c46479fa62dcba5b0376628f8a73e6a6f90b pkgname = python-ckcc-protocol @@ -2,7 +2,7 @@ pkgname=python-ckcc-protocol _pkgname=ckcc-protocol -pkgver=1.0.1 +pkgver=1.0.2 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=('ab448dcf441563785c546c84f1d2db6ac7f85b169436bf6df2c7e066e8b0724c') +sha256sums=('3fe54a4e726831cbefa78b654c54c46479fa62dcba5b0376628f8a73e6a6f90b') build() { cd "$srcdir/$_pkgname-$pkgver" |