From 2e5f968e8cfe92bc316f6c90be4bf74a90d35655 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Fri, 28 Jan 2022 19:29:03 +0100 Subject: [PATCH] #2916 update thunderhub 0.13.1 --- CHANGES.md | 2 +- home.admin/config.scripts/bonus.thunderhub.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index aac7e38f7..1f6d57d48 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,7 +18,7 @@ - Update: Electrum Server in Rust (electrs) v0.9.4 [details](https://github.com/romanz/electrs/blob/v0.9.4/RELEASE-NOTES.md) - Update: JoinMarket v0.9.4 [details](https://github.com/JoinMarket-Org/joinmarket-clientserver/releases/tag/v0.9.4) - Update: JoininBox v0.6.6 [details](https://github.com/openoms/joininbox/releases/tag/v0.6.6) -- Update: Thunderhub v0.12.31 [details](https://github.com/apotdevin/thunderhub/releases/tag/v0.12.31) +- Update: Thunderhub v0.13.1 [details](https://github.com/apotdevin/thunderhub/releases/tag/v0.13.1) - Update: BTC-RPC-Explorer v3.3.0 [details](https://github.com/janoside/btc-rpc-explorer/blob/master/CHANGELOG.md#v330) - Update: Specter Desktop 1.7.2 [details](https://github.com/cryptoadvance/specter-desktop/releases/tag/v1.7.2) - Update: Mempool 2.3.1 [details](https://github.com/mempool/mempool/releases/tag/v2.3.1) diff --git a/home.admin/config.scripts/bonus.thunderhub.sh b/home.admin/config.scripts/bonus.thunderhub.sh index 9e16523b5..a3e71dbe4 100755 --- a/home.admin/config.scripts/bonus.thunderhub.sh +++ b/home.admin/config.scripts/bonus.thunderhub.sh @@ -1,7 +1,7 @@ #!/bin/bash # https://github.com/apotdevin/thunderhub -THUBVERSION="v0.12.31" +THUBVERSION="v0.13.1" # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then