Move graphicsmagick-q16 to versions (fixes #357) (#387)

This commit is contained in:
Ross Smith II 2019-08-30 01:30:41 -07:00 committed by Hsiao-nan Cheung
parent 91b0730099
commit 5df1e45168
2 changed files with 1 additions and 39 deletions

View File

@ -1,38 +0,0 @@
{
"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"
}
}
}
}

View File

@ -1,6 +1,6 @@
{ {
"homepage": "http://www.graphicsmagick.org/", "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.", "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)",
"license": "MIT", "license": "MIT",
"version": "1.3.33", "version": "1.3.33",
"architecture": { "architecture": {