diff --git a/configs/coins/zcash.json b/configs/coins/zcash.json index f4f3c802..4c635f56 100644 --- a/configs/coins/zcash.json +++ b/configs/coins/zcash.json @@ -22,10 +22,10 @@ "package_name": "backend-zcash", "package_revision": "satoshilabs-1", "system_user": "zcash", - "version": "2.0.3", - "binary_url": "https://z.cash/downloads/zcash-2.0.3-linux64.tar.gz", + "version": "2.0.4", + "binary_url": "https://z.cash/downloads/zcash-2.0.4-linux64.tar.gz", "verification_type": "sha256", - "verification_source": "529900fa311509274cc3912ae886a3b8e193ae8a91801f810c3ca58f44bd1730", + "verification_source": "a825060f425128260b603e3524c472f4ba28ba17090bece4ac38c84b1bcf5940", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [], "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/zcashd -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", @@ -64,4 +64,4 @@ "package_maintainer": "Petr Kracik", "package_maintainer_email": "petr.kracik@satoshilabs.com" } -} \ No newline at end of file +} diff --git a/configs/coins/zcash_testnet.json b/configs/coins/zcash_testnet.json index 8dd220a2..3fc370ff 100644 --- a/configs/coins/zcash_testnet.json +++ b/configs/coins/zcash_testnet.json @@ -22,10 +22,10 @@ "package_name": "backend-zcash-testnet", "package_revision": "satoshilabs-1", "system_user": "zcash", - "version": "2.0.3", - "binary_url": "https://z.cash/downloads/zcash-2.0.3-linux64.tar.gz", + "version": "2.0.4", + "binary_url": "https://z.cash/downloads/zcash-2.0.4-linux64.tar.gz", "verification_type": "sha256", - "verification_source": "529900fa311509274cc3912ae886a3b8e193ae8a91801f810c3ca58f44bd1730", + "verification_source": "a825060f425128260b603e3524c472f4ba28ba17090bece4ac38c84b1bcf5940", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [], "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/zcashd -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", @@ -64,4 +64,4 @@ "package_maintainer": "Petr Kracik", "package_maintainer_email": "petr.kracik@satoshilabs.com" } -} \ No newline at end of file +}