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.16.0",
|
|
"description": "A demand-driven, horizontally threaded image processing library",
|
|
"homepage": "https://www.libvips.org/",
|
|
"license": "LGPL-2.1-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"hash": "810a5303c9a34b499241f8a1bd784e3a604d9bdbea168f36a0f70566142dc55e",
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v8.16.0/vips-dev-w64-all-8.16.0.zip"
|
|
},
|
|
"32bit": {
|
|
"hash": "9e446d6754c13f9d1e8f7c9dc4784f5193c53ff0126d8ae4be6098bbbade8440",
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v8.16.0/vips-dev-w32-all-8.16.0.zip"
|
|
}
|
|
},
|
|
"extract_dir": "vips-dev-8.16",
|
|
"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"
|
|
}
|
|
}
|