mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "4.6.0",
 | 
						|
    "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.6.0/QtInstallerFramework-windows-x64-4.6.0.exe#/dl.7z",
 | 
						|
            "hash": "md5:5c76960ad5126b7b2e75814bb7faea4a"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |