Jakub Čábera efb70151d5 sentry-cli: Update to version 1.63.2
Fix newly added manifests
2021-04-02 11:41:59 +02:00

27 lines
788 B
JSON

{
"version": "1.21",
"description": "Lightweight, portable and dependable accounting tools",
"homepage": "https://hledger.org",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/simonmichael/hledger/releases/download/1.21/hledger-windows.zip",
"hash": "ac50550cc3d4595a6391975ea1e711a6d96f80fa40e34f37cb39abd5392bed7f"
}
},
"bin": [
"hledger.exe",
"hledger-web.exe"
],
"checkver": {
"github": "https://github.com/simonmichael/hledger"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/simonmichael/hledger/releases/download/$version/hledger-windows.zip"
}
}
}
}