mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
Try update BOS 11.40.0
This commit is contained in:
@@ -22,6 +22,7 @@ issues/2832)
|
|||||||
- Update: Specter Desktop 1.8.0 [details](https://github.com/cryptoadvance/specter-desktop/releases/tag/v1.8.0)
|
- Update: Specter Desktop 1.8.0 [details](https://github.com/cryptoadvance/specter-desktop/releases/tag/v1.8.0)
|
||||||
- Update: Mempool 2.3.1 [details](https://github.com/mempool/mempool/releases/tag/v2.3.1)
|
- Update: Mempool 2.3.1 [details](https://github.com/mempool/mempool/releases/tag/v2.3.1)
|
||||||
- Update: PyBlock to 1.1.8.5 (adapt to new install mechanism)
|
- Update: PyBlock to 1.1.8.5 (adapt to new install mechanism)
|
||||||
|
- Update: Balance of Satoshis 11.40.0 (BOS) [details](https://github.com/alexbosworth/balanceofsatoshis/blob/master/CHANGELOG.md#11400)
|
||||||
- Update: Re-Add connecting node with Zap mobile wallet iOS & Android
|
- Update: Re-Add connecting node with Zap mobile wallet iOS & Android
|
||||||
- Update: additional redaction of private data in debug logs
|
- Update: additional redaction of private data in debug logs
|
||||||
- Security: Verify git commits and tags everywhere possible [issue](https://github.com/rootzoll/raspiblitz/issues/2686)
|
- Security: Verify git commits and tags everywhere possible [issue](https://github.com/rootzoll/raspiblitz/issues/2686)
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# https://github.com/alexbosworth/balanceofsatoshis/blob/master/package.json#L81
|
# https://github.com/alexbosworth/balanceofsatoshis/blob/master/package.json#L81
|
||||||
BOSVERSION="10.7.8"
|
BOSVERSION="11.40.0"
|
||||||
|
|
||||||
# command info
|
# command info
|
||||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||||
|
Reference in New Issue
Block a user