ScoopInstaller_Main/bucket/graphicsmagick.json
2024-08-28 20:26:34 +00:00

39 lines
1.5 KiB
JSON

{
"version": "1.3.45",
"description": "Robust and efficient collection of tools and libraries which support reading, writing, and manipulating an image in over 89 major formats. (24/32 bit pixel support)",
"homepage": "http://www.graphicsmagick.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.45/GraphicsMagick-1.3.45-Q8-win64-dll.exe",
"hash": "sha1:fd3ffb8856ce7f1fb9e8c1496298214db128ba71"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.45/GraphicsMagick-1.3.45-Q8-win32-dll.exe",
"hash": "sha1:2f701865822312365611e07da017e90f2cdc85d8"
}
},
"innosetup": true,
"bin": [
"gm.exe",
[
"gm.exe",
"gm-q8"
]
],
"checkver": {
"url": "https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick-binaries/",
"regex": "graphicsmagick-binaries/([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/$version/GraphicsMagick-$version-Q8-win64-dll.exe"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/$version/GraphicsMagick-$version-Q8-win32-dll.exe"
}
}
}
}