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