2022-08-03 16:31:30 +00:00

23 lines
753 B
JSON

{
"version": "2.20.1",
"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.1/navi-v2.20.1-x86_64-pc-windows-gnu.zip",
"hash": "6ad19da3b553a6950375b1f423ec1c5f150a4b46d622b2d72a004c4e0a493191"
}
},
"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"
}
}
}
}