From e7b1772f3b4509bba0f4e21046b6ae954d2abd49 Mon Sep 17 00:00:00 2001 From: Christoph Stenglein <9399034+cstenglein@users.noreply.github.com> Date: Sat, 8 Jul 2023 15:18:23 +0200 Subject: [PATCH] (electrs): update to 0.9.14 (#3965) --- home.admin/config.scripts/bonus.electrs.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home.admin/config.scripts/bonus.electrs.sh b/home.admin/config.scripts/bonus.electrs.sh index 3d8b25f90..d9bcecfab 100755 --- a/home.admin/config.scripts/bonus.electrs.sh +++ b/home.admin/config.scripts/bonus.electrs.sh @@ -1,9 +1,7 @@ #!/bin/bash # https://github.com/romanz/electrs/releases -ELECTRSVERSION="v0.9.11" -# https://github.com/romanz/electrs/commits/master -# ELECTRSVERSION="446858ea621416916f84cbce61be92b748e8133e" +ELECTRSVERSION="v0.9.14" # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then