mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"homepage": "http://www.graphicsmagick.org/",
|
|
"license": "MIT",
|
|
"version": "1.3.30",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.30/GraphicsMagick-1.3.30-Q8-win64-dll.exe",
|
|
"hash": "sha1:958e0eeb7c6546af4d631b4fc0c6e6c456afb7a2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.30/GraphicsMagick-1.3.30-Q8-win32-dll.exe",
|
|
"hash": "sha1:e72483764d1d3989551d942814e3e6b4e957d6af"
|
|
}
|
|
},
|
|
"installer": {
|
|
"args": [
|
|
"/SILENT",
|
|
"/SUPPRESSMSHBOXES",
|
|
"/DIR=$dir"
|
|
]
|
|
},
|
|
"uninstaller": {
|
|
"file": "unins000.exe",
|
|
"args": [
|
|
"/SILENT",
|
|
"/SUPPRESSMSHBOXES",
|
|
"/NOCANCEL"
|
|
]
|
|
},
|
|
"bin": [
|
|
"gm.exe",
|
|
[
|
|
"gm.exe",
|
|
"gm-q8"
|
|
]
|
|
],
|
|
"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-Q8-win64-dll.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/$version/GraphicsMagick-$version-Q8-win32-dll.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|