From 1235a4516b483921fbcfd7a9e41207fd3038c121 Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Tue, 30 May 2023 21:40:14 +0000 Subject: [PATCH] qtifw: Add version 4.5.2 (#4844) --- bucket/qtifw.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 bucket/qtifw.json diff --git a/bucket/qtifw.json b/bucket/qtifw.json new file mode 100644 index 0000000000..7646ad1c71 --- /dev/null +++ b/bucket/qtifw.json @@ -0,0 +1,47 @@ +{ + "version": "4.5.2", + "description": "A set of tools and utilities to create installers.", + "homepage": "https://doc.qt.io/qtinstallerframework/ifw-overview.html", + "license": { + "identifier": "GPL-3.0-only,Qt Company GPL Exception 1.0", + "url": "https://code.qt.io/cgit/installer-framework/installer-framework.git/tree/LICENSE.GPL3-EXCEPT" + }, + "architecture": { + "64bit": { + "url": "https://download.qt.io/official_releases/qt-installer-framework/4.5.2/QtInstallerFramework-windows-x64-4.5.2.exe#/dl.7z", + "hash": "md5:4ca21748b43a7a9986c53cea290d35b4" + } + }, + "bin": [ + [ + "bin\\archivegen.exe", + "qtifw-archivegen" + ], + [ + "bin\\binarycreator.exe", + "qtifw-binarycreator" + ], + [ + "bin\\devtool.exe", + "qtifw-devtool" + ], + [ + "bin\\repogen.exe", + "qtifw-repogen" + ] + ], + "checkver": { + "url": "https://download.qt.io/official_releases/qt-installer-framework/?C=M;O=D", + "regex": "([\\d.]+)/\">[\\d.]+" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://download.qt.io/official_releases/qt-installer-framework/$version/QtInstallerFramework-windows-x64-$version.exe#/dl.7z" + } + }, + "hash": { + "url": "$baseurl/md5sums.txt" + } + } +}