2026-02-20 04:56:51 +00:00

41 lines
1.5 KiB
JSON

{
"version": "0.51.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.51.1/ov_0.51.1_windows_amd64.zip",
"hash": "7b44625ca2a7890fffe47a1b2737f29ac75d12a387cc1c55ddc9d8ba9d4593fc"
},
"32bit": {
"url": "https://github.com/noborus/ov/releases/download/v0.51.1/ov_0.51.1_windows_386.zip",
"hash": "999a0f51cc6403756abc34c219f032427373aa054ebbeb09f4322a9a6947c59d"
},
"arm64": {
"url": "https://github.com/noborus/ov/releases/download/v0.51.1/ov_0.51.1_windows_arm64.zip",
"hash": "24101daf4cf3dc1cd78d034bea1a7d3937450aaf5b0bf9d0d23b59e478dc429f"
}
},
"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"
}
}
}