mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "8.17.0",
|
|
"description": "A demand-driven, horizontally threaded image processing library",
|
|
"homepage": "https://www.libvips.org/",
|
|
"license": "LGPL-2.1-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"hash": "30b06ab7a2db5d8282483a1cdf9f396cedf67e7b7f11d76d0afa2d7d7adb7b42",
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v8.17.0/vips-dev-w64-all-8.17.0.zip"
|
|
},
|
|
"32bit": {
|
|
"hash": "84d1dcfd4b223ceaa59e38b2c4c32737ff5704d4751ced02d69df7124f5b63f8",
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v8.17.0/vips-dev-w32-all-8.17.0.zip"
|
|
}
|
|
},
|
|
"extract_dir": "vips-dev-8.17",
|
|
"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"
|
|
}
|
|
}
|