From 2b048da0c8cfe6eefb37889b4bc116b6240a1733 Mon Sep 17 00:00:00 2001 From: /rootzoll Date: Tue, 12 Aug 2025 17:02:37 +0200 Subject: [PATCH] #5091 update btc-explorer 3.5.1 (#5093) --- CHANGES.md | 1 + home.admin/config.scripts/bonus.btc-rpc-explorer.sh | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6842890bf..07f81f6a7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -28,6 +28,7 @@ Features: - Update: Helipad (Podcasting 2.0 Boostagram reader) v0.2.1 [details](https://github.com/Podcastindex-org/helipad/) - Update: Jam (JoinMarket Web UI) v0.4.0 [details](https://github.com/joinmarket-webui/jam/releases/tag/v0.4.0) - Update: JoininBox v0.8.4 [details](https://github.com/openoms/joininbox/releases/tag/v0.8.4) +- Update: BTC-RPC-Explorer v3.5.1 [details](https://github.com/janoside/btc-rpc-explorer/blob/master/CHANGELOG.md#v351) - Remove: Migration from Umbrel, MyNode, Citadel (because of new drive layout with boot option) ## What's new in Version 1.11.4 of RaspiBlitz? diff --git a/home.admin/config.scripts/bonus.btc-rpc-explorer.sh b/home.admin/config.scripts/bonus.btc-rpc-explorer.sh index e2e8bf853..20a46102e 100755 --- a/home.admin/config.scripts/bonus.btc-rpc-explorer.sh +++ b/home.admin/config.scripts/bonus.btc-rpc-explorer.sh @@ -4,8 +4,8 @@ # ~/.config/btc-rpc-explorer.env # https://github.com/janoside/btc-rpc-explorer/blob/master/.env-sample -# use commit hash, because latest release 3.4.0 is too old -GITHUBCOMMIT="153aa0ae7f902562bd1cfa2bbcea4c00026e5aef" +# use commit hash, so that also in between updates can be used if needed +GITHUBCOMMIT="8ed77ab225f5507c521b570d5240624de597ad44" #3.5.1 # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then @@ -18,7 +18,7 @@ fi PGPsigner="janoside" PGPpubkeyLink="https://github.com/janoside.gpg" -PGPpubkeyFingerprint="70C0B166321C0AF8" +PGPpubkeyFingerprint="F579929B39B119CC7B0BB71FB326ACF51F317B69" source /mnt/hdd/app-data/raspiblitz.conf 2>/dev/null @@ -460,4 +460,4 @@ if [ "$1" = "0" ] || [ "$1" = "off" ]; then fi echo "error='unknown parameter'" -exit 1 +exit 1 \ No newline at end of file