mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "8.15.0",
|
|
"description": "A demand-driven, horizontally threaded image processing library",
|
|
"homepage": "https://www.libvips.org/",
|
|
"license": "LGPL-2.1-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"hash": "324e953764b1fae3670ecaab3987e2a73a3a23287a1354638618c3b684ff819c",
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v8.15.0/vips-dev-w64-all-8.15.0.zip"
|
|
},
|
|
"32bit": {
|
|
"hash": "53633b75e5a14c7da645b25b5fa2396e5edb9f4dda77b14bb1c8fd693af639ac",
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v8.15.0/vips-dev-w32-all-8.15.0.zip"
|
|
}
|
|
},
|
|
"extract_dir": "vips-dev-8.15",
|
|
"env_add_path": "bin",
|
|
"checkver": {
|
|
"github": "https://github.com/libvips/build-win64-mxe"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v$version/vips-dev-w64-all-$version.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v$version/vips-dev-w32-all-$version.zip"
|
|
}
|
|
},
|
|
"extract_dir": "vips-dev-$majorVersion.$minorVersion"
|
|
}
|
|
}
|