mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"version": "8.13.2",
|
|
"description": "A demand-driven, horizontally threaded image processing library",
|
|
"homepage": "https://www.libvips.org/",
|
|
"license": "LGPL-2.1-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"hash": "1528de3ede67b2c56dfbf81eac4bb13b0e6203e88175e438f98ae90e13816fc6",
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v8.13.2/vips-dev-w64-all-8.13.2.zip"
|
|
},
|
|
"32bit": {
|
|
"hash": "634c883126f284c1e767422e207ba4a46662a373eef54e47f1d60e3e96acb6cc",
|
|
"url": "https://github.com/libvips/build-win64-mxe/releases/download/v8.13.2/vips-dev-w32-all-8.13.2.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"
|
|
}
|
|
}
|