spark-wallet: 0.2.17 -> 0.3.1

This commit is contained in:
nixbitcoin
2021-11-09 15:19:14 +00:00
parent 3f844c06f0
commit f739bc5174
3 changed files with 315 additions and 207 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ TMPDIR="$(mktemp -d -p /tmp)"
trap "rm -rf $TMPDIR" EXIT
# Get/verify spark-wallet-npm.tgz
version="0.2.17"
version="0.3.1"
export GNUPGHOME=$TMPDIR
gpg --keyserver hkps://keyserver.ubuntu.com --recv-key FCF19B67866562F08A43AAD681F6104CD0F150FC
wget -P $TMPDIR https://github.com/shesek/spark-wallet/releases/download/v${version}/SHA256SUMS.asc