mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +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-Q16-win64-dll.exe",
|
|
"hash": "sha1:0089fc322981ae80d91c5f90677fd0b2248553ed"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.30/GraphicsMagick-1.3.30-Q16-win32-dll.exe",
|
|
"hash": "sha1:3eb4e6b12540e64bd1d78913e221ec5f3573fb55"
|
|
}
|
|
},
|
|
"installer": {
|
|
"args": [
|
|
"/SILENT",
|
|
"/SUPPRESSMSHBOXES",
|
|
"/DIR=$dir"
|
|
]
|
|
},
|
|
"uninstaller": {
|
|
"file": "unins000.exe",
|
|
"args": [
|
|
"/SILENT",
|
|
"/SUPPRESSMSHBOXES",
|
|
"/NOCANCEL"
|
|
]
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|