Jam update to v0.3.0 (#4774)

* jam update to 0.3.0
This commit is contained in:
openoms 2024-10-02 20:40:06 +02:00 committed by GitHub
parent 8e20a40dba
commit b37217e902
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -5,6 +5,7 @@
- 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: Jam (JoinMarket Web UI) v0.3.0 [details](https://github.com/joinmarket-webui/jam/releases/tag/v0.3.0)
## What's new in Version 1.11.2 of RaspiBlitz?

7
home.admin/config.scripts/bonus.jam.sh Normal file → Executable file
View File

@ -2,7 +2,7 @@
# https://github.com/joinmarket-webui/jam
WEBUI_VERSION=0.2.0
WEBUI_VERSION=0.3.0
REPO=joinmarket-webui/jam
USERNAME=jam
HOME_DIR=/home/$USERNAME
@ -10,9 +10,10 @@ APP_DIR=webui
RASPIBLITZ_INFO=/home/admin/raspiblitz.info
RASPIBLITZ_CONF=/mnt/hdd/raspiblitz.conf
PGPsigner="dergigi"
# dergigi 89C4A25E69A5DE7F # theborakompanioni E8070AF0053AAC0D
PGPsigner="theborakompanioni"
PGPpubkeyLink="https://github.com/${PGPsigner}.gpg"
PGPpubkeyFingerprint="89C4A25E69A5DE7F"
PGPpubkeyFingerprint="E8070AF0053AAC0D"
# command info
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then