2024-04-21 08:36:36 +00:00

41 lines
1.5 KiB
JSON

{
"version": "0.34.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.34.0/ov_0.34.0_windows_amd64.zip",
"hash": "7daea9d58d8625768f898ca7f8e5a5e336f7101cc25b2c4049c6d0d7afc66cb7"
},
"32bit": {
"url": "https://github.com/noborus/ov/releases/download/v0.34.0/ov_0.34.0_windows_386.zip",
"hash": "e8227f7083373c23806f7454339ba482e53ed26814d2bc52901f8c42b34e3fa2"
},
"arm64": {
"url": "https://github.com/noborus/ov/releases/download/v0.34.0/ov_0.34.0_windows_arm64.zip",
"hash": "ccad8750e34841371a7629264b5e1807ce0932243e996e93a1cad55fa0bda9a9"
}
},
"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"
}
}
}