ScoopInstaller_Main/bucket/monero-cli.json
2026-01-11 16:30:16 +00:00

58 lines
2.1 KiB
JSON

{
"version": "0.18.4.5",
"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.18.4.5.zip",
"hash": "a58132eefdecf6bd5443ae52fc15c0c371499de17223667173e5c81d12bfc2c5",
"extract_dir": "monero-x86_64-w64-mingw32-v0.18.4.5"
},
"32bit": {
"url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.18.4.5.zip",
"hash": "6a0eff6b06fe9b1372a64744900bfe19b47a532b6678d6f7055c2de9999b58d1",
"extract_dir": "monero-i686-w64-mingw32-v0.18.4.5"
}
},
"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",
"extract_dir": "monero-x86_64-w64-mingw32-v$version"
},
"32bit": {
"url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v$version.zip",
"extract_dir": "monero-i686-w64-mingw32-v$version"
}
},
"hash": {
"url": "https://getmonero.org/downloads/hashes.txt",
"regex": "$basename,\\s+$sha256"
}
}
}