monero-cli: Add version 0.14.1.0 (#210)

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Hsiao-nan Cheung 2019-07-04 16:40:08 +08:00 committed by GitHub
parent c15858dedc
commit 15663f070f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

55
bucket/monero-cli.json Normal file
View 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"
}
}
}