mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-17 13:21:44 +01:00
up to 0.13.4-alpha
This commit is contained in:
parent
20c0accbb6
commit
bc1346c7dd
@ -4,7 +4,6 @@
|
||||
- Update: LNDK 0.2.0 (Pay BOLT12 offers with LND) [details](https://github.com/lndk-org/lndk/releases/tag/v0.2.0)
|
||||
- Update: Helipad (Podcasting 2.0 Boostagram reader) v0.2.0 [details](https://github.com/Podcastindex-org/helipad/releases/tag/v0.2.0)
|
||||
- Update: Mempool 3.0.0 [details](https://github.com/mempool/mempool/releases/tag/v3.0.0)
|
||||
- Update: Lightning Terminal v0.13.3-alpha [details](https://github.com/lightninglabs/lightning-terminal/releases/tag/v0.13.3-alpha)
|
||||
|
||||
## What's new in Version 1.11.2 of RaspiBlitz?
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# https://github.com/lightninglabs/lightning-terminal/releases
|
||||
LITVERSION="0.13.3-alpha"
|
||||
LITVERSION="0.13.4-alpha"
|
||||
|
||||
# command info
|
||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||
@ -12,7 +12,7 @@ if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||
fi
|
||||
|
||||
# check who signed the release in https://github.com/lightninglabs/lightning-terminal/releases
|
||||
PGPsigner="ellemouton"
|
||||
PGPsigner="ViktorTigerstrom"
|
||||
|
||||
if [ $PGPsigner = ellemouton ]; then
|
||||
pgpPubKey="D7D916376026F177"
|
||||
|
Loading…
x
Reference in New Issue
Block a user