ScoopInstaller_Main/bucket/monero-cli.json
2021-12-07 16:31:40 +00:00

56 lines
1.9 KiB
JSON

{
"version": "0.17.3.0",
"description": "The secure, private, untraceable cryptocurrency (CLI)",
"homepage": "https://getmonero.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.17.3.0.zip",
"hash": "a956d0c3ab77ebfc1d6229b77d68b739661b564d9a4115e5a549c3af146d6034",
"extract_dir": "monero-x86_64-w64-mingw32"
},
"32bit": {
"url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.17.3.0.zip",
"hash": "541189f5635f479605eda306a36d2beef1fbe68d6fdbfabce671d6e4c8970158",
"extract_dir": "monero-i686-w64-mingw32"
}
},
"bin": [
"monerod.exe",
"monero-wallet-rpc.exe",
"monero-wallet-cli.exe",
"monero-gen-trusted-multisig.exe",
"monero-blockchain-usage.exe",
"monero-blockchain-mark-spent-outputs.exe",
"monero-blockchain-import.exe",
"monero-blockchain-export.exe",
"monero-blockchain-depth.exe",
"monero-blockchain-ancestry.exe",
"monero-blockchain-prune.exe",
"monero-blockchain-prune-known-spent-data.exe",
"monero-blockchain-stats.exe",
[
"monero-blockchain-mark-spent-outputs.exe",
"monero-blockchain-blackball"
]
],
"checkver": {
"url": "https://getmonero.org/downloads/hashes.txt",
"regex": "monero-win-x64-v([\\d.]+)\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v$version.zip"
},
"32bit": {
"url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v$version.zip"
}
},
"hash": {
"url": "https://getmonero.org/downloads/hashes.txt",
"regex": "$basename,\\s+$sha256"
}
}
}