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",