diff --git a/build_sdcard.sh b/build_sdcard.sh index dc23626ac..353b935cd 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -357,7 +357,7 @@ echo "*** PREPARING BITCOIN & Co ***" # set version (change if update is available) # https://bitcoincore.org/en/download/ -bitcoinVersion="0.18.1" +bitcoinVersion="0.19.0.1" # needed to check code signing laanwjPGP="01EA5486DE18A882D4C2684590C8019E36C2E964" @@ -490,7 +490,7 @@ fi # "*** LND ***" ## based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-lnd ## see LND releases: https://github.com/lightningnetwork/lnd/releases -lndVersion="0.8.0-beta" +lndVersion="0.8.1-beta" # olaoluwa PGPpkeys="https://keybase.io/roasbeef/pgp_keys.asc"