mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-01 07:02:18 +08:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"version": "4.1.4",
|
|
"description": "Tiny libvips / gtk+4 image viewer",
|
|
"homepage": "https://github.com/libvips/vipsdisp",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/libvips/vipsdisp/releases/download/v4.1.4/vipsdisp-x64-4.1.4.zip",
|
|
"hash": "e836eb7592112e83ac87018695f4535345b7cc3dbe93b0624b1392df092e0cee"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/libvips/vipsdisp/releases/download/v4.1.4/vipsdisp-arm64-4.1.4.zip",
|
|
"hash": "9475b867dad83defda6e576df858f258c071a23441e08ed4df64dc3bde78419b"
|
|
}
|
|
},
|
|
"bin": "bin\\vipsdisp.exe",
|
|
"shortcuts": [
|
|
[
|
|
"bin\\vipsdisp.exe",
|
|
"vipsdisp"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/libvips/vipsdisp/releases/download/v$version/vipsdisp-x64-$version.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/libvips/vipsdisp/releases/download/v$version/vipsdisp-arm64-$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|