mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"version": "8.13.1",
|
|
"description": "A demand-driven, horizontally threaded image processing library",
|
|
"homepage": "https://www.libvips.org/",
|
|
"license": "LGPL-2.1-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"hash": "0c57b78d84a280f3a6e42a90e87225136a545fcbafc9fd8ba41b2e6c6ebf66d0",
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v8.13.1/vips-dev-w64-all-8.13.1.zip"
|
|
},
|
|
"32bit": {
|
|
"hash": "8a050b79e0aa868adb2efc8caf1649af059232d2c58bba8d00e69e865b0efca7",
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v8.13.1/vips-dev-w32-all-8.13.1.zip"
|
|
}
|
|
},
|
|
"extract_dir": "vips-dev-8.13",
|
|
"bin": [
|
|
"bin\\vips.exe",
|
|
"bin\\vipsedit.exe",
|
|
"bin\\vipsheader.exe",
|
|
"bin\\vipsthumbnail.exe"
|
|
],
|
|
"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"
|
|
}
|
|
}
|