2024-01-13 00:32:32 +00:00

41 lines
1.5 KiB
JSON

{
"version": "0.33.1",
"description": "Feature-rich terminal-based text viewer",
"homepage": "https://noborus.github.io/ov",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/noborus/ov/releases/download/v0.33.1/ov_0.33.1_windows_amd64.zip",
"hash": "1ec816976432be9426aea7e377e66d4e32edeb6d1babdaed0caf4de942070ecf"
},
"32bit": {
"url": "https://github.com/noborus/ov/releases/download/v0.33.1/ov_0.33.1_windows_386.zip",
"hash": "4d019f218c0104efcefe888ab91d4a879b0bc5ae9db9624aa4e0cc099ecc14cd"
},
"arm64": {
"url": "https://github.com/noborus/ov/releases/download/v0.33.1/ov_0.33.1_windows_arm64.zip",
"hash": "076d74f26ddb453d1b16d246f4dc5feff4d7cbbc08ee3570f27e52b2a12cb3e6"
}
},
"bin": "ov.exe",
"checkver": {
"github": "https://github.com/noborus/ov"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/noborus/ov/releases/download/v$version/ov_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/noborus/ov/releases/download/v$version/ov_$version_windows_386.zip"
},
"arm64": {
"url": "https://github.com/noborus/ov/releases/download/v$version/ov_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/ov_$version_checksums.txt"
}
}
}