diff --git a/bucket/gmic-qt.json b/bucket/gmic-qt.json new file mode 100644 index 00000000000000..12953b5167ef74 --- /dev/null +++ b/bucket/gmic-qt.json @@ -0,0 +1,31 @@ +{ + "version": "3.7.6", + "description": "A full-featured open-source framework for digital image processing.", + "homepage": "https://gmic.eu", + "license": "CECILL-2.1", + "architecture": { + "64bit": { + "url": "https://gmic.eu/get_file.php?file=windows/gmic_3.7.6_qt_win64.zip", + "hash": "29be2b0df5718446f147be0b15403809f3127da22e055003c17b0573a7bdf7c8", + "extract_dir": "gmic-3.7.6-qt-win64" + } + }, + "shortcuts": [ + [ + "gmic_qt.exe", + "G'MIC-Qt" + ] + ], + "checkver": { + "url": "https://gmic.eu", + "regex": "download.html\">(\\d+?\\.\\d+?\\.\\d+?)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://gmic.eu/get_file.php?file=windows/gmic_$version_qt_win64.zip", + "extract_dir": "gmic-$version-qt-win64" + } + } + } +}