mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 00:59:23 +01:00
btcpay update to v1.13.0, signed by web-flow (#4526)
* btcpay update to v1.13.0, signed by web-flow * add to CHANGES
This commit is contained in:
parent
d1e57d6bd2
commit
770587eee2
2 changed files with 9 additions and 8 deletions
|
@ -3,6 +3,7 @@
|
||||||
- New: config.scripts/lnd.signaddress.sh to easy sign messages on addresses on LND [details](https://github.com/raspiblitz/raspiblitz/issues/4540)
|
- New: config.scripts/lnd.signaddress.sh to easy sign messages on addresses on LND [details](https://github.com/raspiblitz/raspiblitz/issues/4540)
|
||||||
- Update: LNbits 0.12.8 [details](https://github.com/lnbits/lnbits/releases/tag/0.12.8)
|
- Update: LNbits 0.12.8 [details](https://github.com/lnbits/lnbits/releases/tag/0.12.8)
|
||||||
- Update: Specter Desktop 2.0.4 with reactivated UPDATE option [details](https://github.com/cryptoadvance/specter-desktop/releases/tag/v2.0.4)
|
- Update: Specter Desktop 2.0.4 with reactivated UPDATE option [details](https://github.com/cryptoadvance/specter-desktop/releases/tag/v2.0.4)
|
||||||
|
- Update: BTCPayServer 1.13.0 [details](https://github.com/btcpayserver/btcpayserver/releases/tag/v1.13.0)
|
||||||
- Update: acme.sh 3.0.7 (repair duckdns.org dyndns)
|
- Update: acme.sh 3.0.7 (repair duckdns.org dyndns)
|
||||||
- Remove: Tallycoin-Connect [see service shutdown](https://x.com/djbooth007/status/1784409117563720082)
|
- Remove: Tallycoin-Connect [see service shutdown](https://x.com/djbooth007/status/1784409117563720082)
|
||||||
- Remove: IP2Tor Shoplist [details](https://github.com/raspiblitz/raspiblitz/issues/4589)
|
- Remove: IP2Tor Shoplist [details](https://github.com/raspiblitz/raspiblitz/issues/4589)
|
||||||
|
|
|
@ -3,22 +3,22 @@
|
||||||
# Based on: https://gist.github.com/normandmickey/3f10fc077d15345fb469034e3697d0d0
|
# Based on: https://gist.github.com/normandmickey/3f10fc077d15345fb469034e3697d0d0
|
||||||
|
|
||||||
# https://github.com/dgarage/NBXplorer/tags
|
# https://github.com/dgarage/NBXplorer/tags
|
||||||
NBXplorerVersion="v2.5.0"
|
NBXplorerVersion="v2.5.2"
|
||||||
# https://github.com/btcpayserver/btcpayserver/releases
|
# https://github.com/btcpayserver/btcpayserver/releases
|
||||||
BTCPayVersion="v1.12.5"
|
BTCPayVersion="v1.13.0"
|
||||||
|
|
||||||
# check who signed the release (person that published release)
|
# check who signed the release (person that published release)
|
||||||
PGPsigner="nicolasdorier"
|
#PGPsigner="nicolasdorier"
|
||||||
PGPpubkeyLink="https://keybase.io/nicolasdorier/pgp_keys.asc"
|
#PGPpubkeyLink="https://keybase.io/nicolasdorier/pgp_keys.asc"
|
||||||
PGPpubkeyFingerprint="AB4CFA9895ACA0DBE27F6B346618763EF09186FE"
|
#PGPpubkeyFingerprint="AB4CFA9895ACA0DBE27F6B346618763EF09186FE"
|
||||||
# ---
|
# ---
|
||||||
#PGPsigner="Kukks"
|
#PGPsigner="Kukks"
|
||||||
#PGPpubkeyLink="https://github.com/${PGPsigner}.gpg"
|
#PGPpubkeyLink="https://github.com/${PGPsigner}.gpg"
|
||||||
#PGPpubkeyFingerprint="8E5530D9D1C93097"
|
#PGPpubkeyFingerprint="8E5530D9D1C93097"
|
||||||
# ---
|
# ---
|
||||||
#PGPsigner="web-flow"
|
PGPsigner="web-flow"
|
||||||
#PGPpubkeyLink="https://github.com/web-flow.gpg"
|
PGPpubkeyLink="https://github.com/web-flow.gpg"
|
||||||
#PGPpubkeyFingerprint="(4AEE18F83AFDEB23|B5690EEEBB952194)"
|
PGPpubkeyFingerprint="B5690EEEBB952194"
|
||||||
|
|
||||||
# command info
|
# command info
|
||||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue