mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 13:34:29 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"homepage": "http://www.graphicsmagick.org/",
|
|
"description": "Robust and efficient collection of tools and libraries which support reading, writing, and manipulating an image in over 89 major formats.",
|
|
"license": "MIT",
|
|
"version": "1.3.33",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.33/GraphicsMagick-1.3.33-Q16-win64-dll.exe",
|
|
"hash": "sha1:00ae085e072f476ca8065553964e496dac16bc86"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.33/GraphicsMagick-1.3.33-Q16-win32-dll.exe",
|
|
"hash": "sha1:e29820780650a68df947f597ffec28918ea15873"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": [
|
|
"gm.exe",
|
|
[
|
|
"gm.exe",
|
|
"gm-q16"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://sourceforge.net/p/graphicsmagick/news/?source=navbar",
|
|
"re": "GraphicsMagick ([\\d].[\\d].[\\d]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/$version/GraphicsMagick-$version-Q16-win64-dll.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/$version/GraphicsMagick-$version-Q16-win32-dll.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|