2025-10-27 00:42:41 +00:00

41 lines
1.5 KiB
JSON

{
"version": "0.45.0",
"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.45.0/ov_0.45.0_windows_amd64.zip",
"hash": "84cc920ec6ee59f5d685045d7ffa54b4290f2e19dc18a12d777ce412bc9df314"
},
"32bit": {
"url": "https://github.com/noborus/ov/releases/download/v0.45.0/ov_0.45.0_windows_386.zip",
"hash": "93d4f9e37031895675d43a4423518f7db7416ff5aefa7dcf528662e10a10dc8b"
},
"arm64": {
"url": "https://github.com/noborus/ov/releases/download/v0.45.0/ov_0.45.0_windows_arm64.zip",
"hash": "06194f5c538b995b492e6570ee6e01573ad482fecf5ba0bc6925ec3906eb4b95"
}
},
"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"
}
}
}