ScoopInstaller_Main/bucket/monero-cli.json
2019-11-23 14:00:23 +00:00

56 lines
1.9 KiB
JSON

{
"homepage": "https://getmonero.org/",
"description": "The secure, private, untraceable cryptocurrency (CLI)",
"version": "0.15.0.1",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.15.0.1.zip",
"hash": "a1d2a4a0a9f2cdb17808c0b7a2a872a70c9f3e6487494b29cc1627b5490f25e9",
"extract_dir": "monero-x86_64-w64-mingw32"
},
"32bit": {
"url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.15.0.1.zip",
"hash": "a3dc6d57c52383fcb83337799909c2c85cc8fe88b127d9408e3ea92880beb38d",
"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",
"re": "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"
}
}
}