summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a58c7ce9dc3..3127141633a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-bitbox02
_pkgname=py-bitbox02
_gitname=bitbox02-firmware-py-bitbox02
-pkgver=5.2.0
+pkgver=5.3.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=('5e506aed8e1eedf259f75a17eaf2f40f62315fe276aaf442e526f62635864800')
+sha256sums=('9aad9214bd2721718dd6f0fbf9cb98f10c763f66a7c714dba7e4aee053e9f540')
build() {
cd "$srcdir/$_gitname-$pkgver/py/bitbox02"