spark-wallet: 0.2.14 -> 0.2.16

This will be required for clightning 0.9.0
This commit is contained in:
Jonas Nick
2020-08-25 12:40:47 +00:00
parent 438dde84fe
commit 6a2efccdf3
2 changed files with 82 additions and 260 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.14"
version="0.2.16"
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