From b4249ab4bb5d93a5bd38e3c7a3dae42fef4da664 Mon Sep 17 00:00:00 2001 From: XK4MiLX <62837435+XK4MiLX@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:06:18 +0100 Subject: [PATCH] update daemon to v7.1.0 --- configs/coins/flux.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/coins/flux.json b/configs/coins/flux.json index 786c0034..24116c44 100644 --- a/configs/coins/flux.json +++ b/configs/coins/flux.json @@ -22,10 +22,10 @@ "package_name": "backend-flux", "package_revision": "satoshilabs-1", "system_user": "flux", - "version": "7.0.0", - "binary_url": "https://github.com/RunOnFlux/fluxd/releases/download/v7.0.0/Flux-amd64-v7.0.0.tar.gz", + "version": "7.1.0", + "binary_url": "https://github.com/RunOnFlux/fluxd/releases/download/v7.1.0/Flux-amd64-v7.1.0.tar.gz", "verification_type": "sha256", - "verification_source": "69def7c3315ecb0fe7bab116a03b3ea5636e9c1e83f582af0554b46024c9cf52", + "verification_source": "832fe0d7700cf74430f4b464f07706a78ec39b2ec309d3d8230b0dffe9993296", "extract_command": "tar -C backend -xf", "exclude_files": [], "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/fluxd -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",