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