mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 00:59:23 +01:00
(electrs): update to 0.9.14 (#3965)
This commit is contained in:
parent
fc2979f9da
commit
e7b1772f3b
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue