2025-10-27 04:31:44 +00:00

41 lines
1.5 KiB
JSON

{
"version": "0.45.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.45.1/ov_0.45.1_windows_amd64.zip",
"hash": "20074c706c1e470367b6af270fd91a026313187d72b90a7fdfe14e533aadbdd2"
},
"32bit": {
"url": "https://github.com/noborus/ov/releases/download/v0.45.1/ov_0.45.1_windows_386.zip",
"hash": "c7bd8d7dcf19c4e6f5bc502fddbc6c457da967a893b4bfaa1a24f1ec20670810"
},
"arm64": {
"url": "https://github.com/noborus/ov/releases/download/v0.45.1/ov_0.45.1_windows_arm64.zip",
"hash": "80042b180dd434b3fc62a43add480ba6287383aaf8d2402e323b23953e3b36bf"
}
},
"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"
}
}
}