mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-10 21:00:36 +02:00
Merge branch 'dev' into v1.8
This commit is contained in:
commit
f108f203d9
@ -9,7 +9,7 @@
|
||||
- New: Core Lightning connection to BTCPayServer (CONNECT menu) [details](https://github.com/rootzoll/raspiblitz/issues/3155)
|
||||
- New: Alby (Connection Menu) [details](https://getalby.com/)
|
||||
- New: Homer Dashboard 22.06.1 [details](https://github.com/bastienwirtz/homer#readme)
|
||||
- New: ItchySats 0.4.21 [details](https://github.com/itchysats/itchysats/)
|
||||
- New: ItchySats 0.5.0 [details](https://github.com/itchysats/itchysats/)
|
||||
- New: ckbunker CLI install script (experimental) [details](https://github.com/rootzoll/raspiblitz/issues/1062)
|
||||
- Update: Bitcoin Core v23.0 [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-23.0.md)
|
||||
- Update: Core Lightning (CLN - formerly C-lightning) v0.11.2 [details](https://github.com/ElementsProject/lightning/releases/tag/v0.11.2)
|
||||
|
@ -11,7 +11,7 @@ GITHUB_REPO="https://github.com/itchysats/itchysats"
|
||||
# can also be a commit hash
|
||||
# if empty it will use the latest source version
|
||||
# GITHUB_VERSION=$( curl -s https://api.github.com/repos/itchysats/itchysats/releases | jq -r '.[].tag_name' | grep -v "rc" | head -n1)
|
||||
GITHUB_VERSION="0.4.21"
|
||||
GITHUB_VERSION="0.5.0"
|
||||
|
||||
# the github signature to verify the author
|
||||
# leave GITHUB_SIGN_AUTHOR empty to skip verifying
|
||||
|
Loading…
x
Reference in New Issue
Block a user