summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2020-12-02 05:17:56 +1100
committerLuis Aranguren2020-12-02 05:17:56 +1100
commit740985b66a1d9433bcd1feeb9ba9698ac12d05e2 (patch)
tree7ad8a80a12b0f4a40f9488a6b512a8542b64eccb /PKGBUILD
parent2e260a25ca917a5a16e7fb4c98d46ac5f8bb29bf (diff)
downloadaur-740985b66a1d9433bcd1feeb9ba9698ac12d05e2.tar.gz
5.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b206fbaeffd7..d426de7b858c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-bitbox02
_pkgname=py-bitbox02
_gitname=bitbox02-firmware-py-bitbox02
-pkgver=5.0.0
+pkgver=5.1.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=('90497a73a90307178470f9f36e8bfdb5b79ef103c2ae5ca7db332472a55ab7ba')
+sha256sums=('0638f95c524cbaa444687f891e3a7ef4b5ade4acc6b62cb67aba4652feade086')
build() {
cd "$srcdir/$_gitname-$pkgver/py/bitbox02"