mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 21:41:19 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "0.39.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.39.0/ov_0.39.0_windows_amd64.zip",
|
|
"hash": "f16fd63fa3d3c428c3b735b462ad08c879b1817b2bda92da93a94483b9a75ff8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/noborus/ov/releases/download/v0.39.0/ov_0.39.0_windows_386.zip",
|
|
"hash": "66f36ce445f90901efc4e074f2f852ca87509d97574d1e4ed0a0222cc5774e2e"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/noborus/ov/releases/download/v0.39.0/ov_0.39.0_windows_arm64.zip",
|
|
"hash": "9947d98dac2085f69a9b367f5dcdaff750748520c39641de522ce5c237557be4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|