Bump ZCash backend version to 2.0.4

utxostat
Petr Kracík 2019-03-28 10:59:58 +01:00 committed by Martin Boehm
parent 72f4ad9101
commit 9cd35b3616
2 changed files with 8 additions and 8 deletions

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}