mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 04:52:32 +02:00
(electrs): update to 0.9.14 (#3965)
This commit is contained in:
committed by
GitHub
parent
fc2979f9da
commit
e7b1772f3b
@@ -1,9 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# https://github.com/romanz/electrs/releases
|
# https://github.com/romanz/electrs/releases
|
||||||
ELECTRSVERSION="v0.9.11"
|
ELECTRSVERSION="v0.9.14"
|
||||||
# https://github.com/romanz/electrs/commits/master
|
|
||||||
# ELECTRSVERSION="446858ea621416916f84cbce61be92b748e8133e"
|
|
||||||
|
|
||||||
# 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