summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2023-06-10 17:02:28 +1000
committerLuis Aranguren2023-06-10 17:02:28 +1000
commitffdbd5b43b2a7a7c36070271ad98c3d040650e53 (patch)
tree3516c24202176decc8deb80d4497f0e5a83576bb /PKGBUILD
parent26046d381840bf053a8b34b4a8e479815ee2ff87 (diff)
downloadaur-python-bitbox02.tar.gz
6.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d8c061f1c11..e960ccb7f555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-bitbox02
_pkgname=py-bitbox02
_gitname=bitbox02-firmware-py-bitbox02
-pkgver=6.1.1
+pkgver=6.2.0
pkgrel=1
pkgdesc="Python code to communicate with BitBox02 cryptocurrency wallet"
arch=('any')
@@ -13,7 +13,7 @@ url="https://github.com/digitalbitbox/bitbox02-firmware"
license=('Apache')
options=('!emptydirs')
source=(https://github.com/digitalbitbox/bitbox02-firmware/archive/$_pkgname-$pkgver.tar.gz)
-sha256sums=('a81ba69d9a1cfacf16217a650485aabfda253fcaf6e887326b1560033dda283b')
+sha256sums=('5d28ee6f28740bcff81010377c90b4b3a14e4181eb198c1fd7430eb8ab29d32d')
build() {
cd "$srcdir/$_gitname-$pkgver/py/bitbox02"