mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "0.50.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.50.0/ov_0.50.0_windows_amd64.zip",
|
|
"hash": "2e9dbede9a5c987074482364f034a65f9dbd2753025fcdabf519e76257e6f57e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/noborus/ov/releases/download/v0.50.0/ov_0.50.0_windows_386.zip",
|
|
"hash": "ca72e50dafb28b4fb912ebf6d3a908104d9627589861c90d6ffc75ff4aa7d029"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/noborus/ov/releases/download/v0.50.0/ov_0.50.0_windows_arm64.zip",
|
|
"hash": "29fe146cab0f7f4cad418c17f69d24d42eff2ca337777c9a213f8c0f3c8a3d6f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|