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