From e67bb3176ca37d83c5e0889cc39629b5d81bc8d2 Mon Sep 17 00:00:00 2001 From: TheTrunk Date: Sun, 3 Dec 2023 11:05:09 +0700 Subject: [PATCH] update flux to v7.0.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 174bfd25..786c0034 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": "6.2.0", - "binary_url": "https://github.com/RunOnFlux/fluxd/releases/download/v6.2.0/Flux-amd64-v6.2.0.tar.gz", + "version": "7.0.0", + "binary_url": "https://github.com/RunOnFlux/fluxd/releases/download/v7.0.0/Flux-amd64-v7.0.0.tar.gz", "verification_type": "sha256", - "verification_source": "b8466db14b1c7c5c527387395b4fe75f9cf6de8162c7533178e04f02fa677311", + "verification_source": "69def7c3315ecb0fe7bab116a03b3ea5636e9c1e83f582af0554b46024c9cf52", "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",