2022-05-15 16:30:16 +00:00

23 lines
753 B
JSON

{
"version": "2.20.0",
"description": "An interactive cheatsheet tool for the command-line",
"homepage": "https://github.com/denisidoro/navi/",
"license": "Apache-2.0",
"depends": "fzf",
"architecture": {
"64bit": {
"url": "https://github.com/denisidoro/navi/releases/download/v2.20.0/navi-v2.20.0-x86_64-pc-windows-gnu.zip",
"hash": "15c9c18cc93d3fe7ddf255225bec64af2b2bddbb84cc5c7696d31bc6f16425e4"
}
},
"bin": "navi.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/denisidoro/navi/releases/download/v$version/navi-v$version-x86_64-pc-windows-gnu.zip"
}
}
}
}