mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "8.14.4",
|
|
"description": "A demand-driven, horizontally threaded image processing library",
|
|
"homepage": "https://www.libvips.org/",
|
|
"license": "LGPL-2.1-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"hash": "5311671ee7f69f2a3b6389480243f0df2f296fddcd2745d3fd96f3fd6774d504",
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v8.14.4/vips-dev-w64-all-8.14.4.zip"
|
|
},
|
|
"32bit": {
|
|
"hash": "ac6d30f2016ac950c7d5f501cf73159ce0b02d02c901a6a44cba835eaa6edb12",
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v8.14.4/vips-dev-w32-all-8.14.4.zip"
|
|
}
|
|
},
|
|
"extract_dir": "vips-dev-8.14",
|
|
"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"
|
|
}
|
|
}
|