diff --git a/configs/coins/zcash.json b/configs/coins/zcash.json index 4c635f56..47d73234 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.4", - "binary_url": "https://z.cash/downloads/zcash-2.0.4-linux64.tar.gz", + "version": "2.0.5-2", + "binary_url": "https://z.cash/downloads/zcash-2.0.5-2-linux64.tar.gz", "verification_type": "sha256", - "verification_source": "a825060f425128260b603e3524c472f4ba28ba17090bece4ac38c84b1bcf5940", + "verification_source": "19755c5bffbb91be095add1b6e6e724b4c1c6f0c9c1f43353d51512cdd92e2a1", "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", @@ -61,7 +61,7 @@ } }, "meta": { - "package_maintainer": "Petr Kracik", - "package_maintainer_email": "petr.kracik@satoshilabs.com" + "package_maintainer": "IT Admin", + "package_maintainer_email": "it@satoshilabs.com" } } diff --git a/configs/coins/zcash_testnet.json b/configs/coins/zcash_testnet.json index 3fc370ff..33c6687a 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.4", - "binary_url": "https://z.cash/downloads/zcash-2.0.4-linux64.tar.gz", + "version": "2.0.5-2", + "binary_url": "https://z.cash/downloads/zcash-2.0.5-2-linux64.tar.gz", "verification_type": "sha256", - "verification_source": "a825060f425128260b603e3524c472f4ba28ba17090bece4ac38c84b1bcf5940", + "verification_source": "19755c5bffbb91be095add1b6e6e724b4c1c6f0c9c1f43353d51512cdd92e2a1", "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", @@ -61,7 +61,7 @@ } }, "meta": { - "package_maintainer": "Petr Kracik", - "package_maintainer_email": "petr.kracik@satoshilabs.com" + "package_maintainer": "IT Admin", + "package_maintainer_email": "it@satoshilabs.com" } }