mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 13:04:28 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "0.40.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.40.0/ov_0.40.0_windows_amd64.zip",
|
|
"hash": "760e67a505efbbfa9a06eaffd66fe7ba6928f111eae1470b6da4e541fbc37928"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/noborus/ov/releases/download/v0.40.0/ov_0.40.0_windows_386.zip",
|
|
"hash": "c750ffc8175966736b364f96a97ca5e8149b2e5f62962a85f23a79a09d9c5fd8"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/noborus/ov/releases/download/v0.40.0/ov_0.40.0_windows_arm64.zip",
|
|
"hash": "eec0b5c945b532de3d1938e37bea5fb5decd552c47ff0db6f8cd060250acab96"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|