(apps) update electrs to 0.10.2 (#4363)

This commit is contained in:
Christoph Stenglein 2024-01-13 12:38:40 +01:00 committed by GitHub
parent e6bec47aec
commit ccd08a08d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# https://github.com/romanz/electrs/releases # https://github.com/romanz/electrs/releases
ELECTRSVERSION="v0.10.1" ELECTRSVERSION="v0.10.2"
# command info # command info
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then