mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "8.14.2",
|
|
"description": "A demand-driven, horizontally threaded image processing library",
|
|
"homepage": "https://www.libvips.org/",
|
|
"license": "LGPL-2.1-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"hash": "d2e98a03d536427641694ce003b4a75f712e95d7931748760c59b742243f9cb1",
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v8.14.2/vips-dev-w64-all-8.14.2.zip"
|
|
},
|
|
"32bit": {
|
|
"hash": "3cac57dcb4217fda23aa3c95c42874f385e89202953bdd502bbf42867a37e3dc",
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v8.14.2/vips-dev-w32-all-8.14.2.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"
|
|
}
|
|
}
|