mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
monero-cli: Add version 0.14.1.0 (#210)
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
c15858dedc
commit
15663f070f
55
bucket/monero-cli.json
Normal file
55
bucket/monero-cli.json
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"homepage": "https://getmonero.org/",
|
||||
"description": "The secure, private, untraceable cryptocurrency (CLI)",
|
||||
"version": "0.14.1.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://dlsrc.getmonero.org/cli/monero-win-x64-v0.14.1.0.zip",
|
||||
"hash": "ca4367c565026ea23bf90180cdd750a1d6adfab36ee19435e91ed740a369a6fc",
|
||||
"extract_dir": "monero-x86_64-w64-mingw32"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://dlsrc.getmonero.org/cli/monero-win-x86-v0.14.1.0.zip",
|
||||
"hash": "ed26ad4c7f3fc15893c615e438a76f91c8c5c18e29d32bf350e126beecc2877f",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user