diff options
author | Luis Aranguren | 2022-03-08 09:28:42 +1100 |
---|---|---|
committer | Luis Aranguren | 2022-03-08 09:28:42 +1100 |
commit | 6b0aa6ed5110ab3e49cd0251a1d6f3ff62fc7861 (patch) | |
tree | 646a1e38727bb17e99e3b29a1ddf1f897ea33f1b /PKGBUILD | |
parent | 85fe8857652cca871f82f29dd64f5283b049d84f (diff) | |
download | aur-6b0aa6ed5110ab3e49cd0251a1d6f3ff62fc7861.tar.gz |
6.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ pkgname=python-bitbox02 _pkgname=py-bitbox02 _gitname=bitbox02-firmware-py-bitbox02 -pkgver=5.3.0 +pkgver=6.0.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=('9aad9214bd2721718dd6f0fbf9cb98f10c763f66a7c714dba7e4aee053e9f540') +sha256sums=('c6696f9942a4e973ef6183f4ba8e2e55db8b5301a640803a8366f1f0f6f70c0f') build() { cd "$srcdir/$_gitname-$pkgver/py/bitbox02" |