diff --git a/configs/coins/zelcash.json b/configs/coins/zelcash.json index ccb846e5..aa6baee0 100644 --- a/configs/coins/zelcash.json +++ b/configs/coins/zelcash.json @@ -22,10 +22,10 @@ "package_name": "backend-zelcash", "package_revision": "satoshilabs-1", "system_user": "zelcash", - "version": "3.1.1", - "binary_url": "https://github.com/zelcash/zelcash/releases/download/v3.1.1/ZelCash-Linux.tar.gz", + "version": "3.2.0", + "binary_url": "https://github.com/zelcash/zelcash/releases/download/v3.2.0/Zel-Linux.tar.gz", "verification_type": "sha256", - "verification_source": "513101f44f3f6d40182c108fd8bf5c7a0336022173abd13ca24758776b2ee0d3", + "verification_source": "f06b6c66af493ab28b59eb0171363ff07059a5e20c24c3e19eb6a1dbecce06c8", "extract_command": "tar -C backend -xf", "exclude_files": [], "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/zelcashd -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",