#5091 update btc-explorer 3.5.1 (#5093)

This commit is contained in:
/rootzoll
2025-08-12 17:02:37 +02:00
committed by GitHub
parent fbaa8ccb3c
commit 2b048da0c8
2 changed files with 5 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ Features:
- Update: Helipad (Podcasting 2.0 Boostagram reader) v0.2.1 [details](https://github.com/Podcastindex-org/helipad/) - 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: 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: 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) - Remove: Migration from Umbrel, MyNode, Citadel (because of new drive layout with boot option)
## What's new in Version 1.11.4 of RaspiBlitz? ## What's new in Version 1.11.4 of RaspiBlitz?

View File

@@ -4,8 +4,8 @@
# ~/.config/btc-rpc-explorer.env # ~/.config/btc-rpc-explorer.env
# https://github.com/janoside/btc-rpc-explorer/blob/master/.env-sample # https://github.com/janoside/btc-rpc-explorer/blob/master/.env-sample
# use commit hash, because latest release 3.4.0 is too old # use commit hash, so that also in between updates can be used if needed
GITHUBCOMMIT="153aa0ae7f902562bd1cfa2bbcea4c00026e5aef" GITHUBCOMMIT="8ed77ab225f5507c521b570d5240624de597ad44" #3.5.1
# command info # command info
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
@@ -18,7 +18,7 @@ fi
PGPsigner="janoside" PGPsigner="janoside"
PGPpubkeyLink="https://github.com/janoside.gpg" PGPpubkeyLink="https://github.com/janoside.gpg"
PGPpubkeyFingerprint="70C0B166321C0AF8" PGPpubkeyFingerprint="F579929B39B119CC7B0BB71FB326ACF51F317B69"
source /mnt/hdd/app-data/raspiblitz.conf 2>/dev/null source /mnt/hdd/app-data/raspiblitz.conf 2>/dev/null