mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "0.42.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.42.0/ov_0.42.0_windows_amd64.zip",
|
|
"hash": "cce0d3587ae88c171e04dd8194535c5752dee1c2a672fccbf723c4387e148ee3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/noborus/ov/releases/download/v0.42.0/ov_0.42.0_windows_386.zip",
|
|
"hash": "678edc4a87b30339262150d4994ea94e03514c0d0da80174cb093944598567b0"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/noborus/ov/releases/download/v0.42.0/ov_0.42.0_windows_arm64.zip",
|
|
"hash": "d2cf1d45c4a653a1d10eb2a5aafdf2cbfcaa98bf8bb5d81ba6467b93345f42a3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|