diff options
author | Luis Aranguren | 2019-10-30 12:43:20 +1100 |
---|---|---|
committer | Luis Aranguren | 2019-10-30 12:43:20 +1100 |
commit | a4267a08b9eb865b494f52945b30116357504ea8 (patch) | |
tree | 0bff9846b01cb5772450af8e6b691998b167c6b5 /PKGBUILD | |
parent | 1c1b663720d2778e9d55e1e76dc2aa05c04286d4 (diff) | |
download | aur-a4267a08b9eb865b494f52945b30116357504ea8.tar.gz |
pkgver 4.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,8 +5,8 @@ _pkgname=bitbox _upkgname=BitBox pkgname=bitbox-wallet-app-appimage -pkgver=4.13.1 -pkgrel=2 +pkgver=4.14.0 +pkgrel=1 pkgdesc="BitBox cryptocurrency hardware wallet desktop app with Bitcoin, Segwit, Bech32 and native Litecoin support in an AppImage" arch=('x86_64') url="https://shiftcrypto.ch/" @@ -20,10 +20,10 @@ validpgpkeys=('2260E48288882C76AFAA319D67A2B160F74DB275') source=("https://github.com/digitalbitbox/bitbox-wallet-app/releases/download/v$pkgver/$_upkgname-$pkgver-$arch.AppImage"{,.asc} "bitbox.svg" "https://raw.githubusercontent.com/digitalbitbox/bitbox-wallet-app/master/LICENSE") -sha256sums=('5f6daacf19cf42da161465465f7ecc3cd0278278ff6ed1d287a3308d680828e8' +sha256sums=('57ef4289096dc12e84ecfffe97f682bc56c9e5dc59bf12a4bf16c897df1cfee2' 'SKIP' 'd6ca9430782d88b6bc80450ad8a2781c208aa5bda9f90e22a4659c9dc7975f25' - 'SKIP') + '5c8734e5f8c33fecdd15ceb9dfedbf44d9b6a4663c9f351cdbf4626cce778879') prepare() { cd "${srcdir}" 7z x "${srcdir}/$_upkgname-$pkgver-$CARCH.AppImage" $_pkgname.desktop |