mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
electrs update to v0.9.0-rc2 #2548
This commit is contained in:
parent
9856aeb9e5
commit
dcc5be20ac
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# https://github.com/romanz/electrs/releases
|
||||
#ELECTRSVERSION="v0.9.0-rc1"
|
||||
#ELECTRSVERSION="v0.9.0-rc2"
|
||||
# https://github.com/romanz/electrs/commits/master
|
||||
ELECTRSVERSION="3041e89cd2fb377541b929d852ef6298c2d4e60a"
|
||||
# ELECTRSVERSION="3041e89cd2fb377541b929d852ef6298c2d4e60a"
|
||||
|
||||
# command info
|
||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue