mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-01 03:16:36 +08:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"version": "20.0.1",
|
|
"description": "Qt Creator wininterupt",
|
|
"homepage": "https://doc.qt.io/qtcreator/index.html",
|
|
"license": "GPL-3.0-only",
|
|
"depends": "extras/qt-creator",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.qt.io/official_releases/qtcreator/20.0/20.0.1/installer_source/windows_x64/wininterrupt.7z",
|
|
"hash": "md5:f525ea750c89f8bec366622f7e4e0780"
|
|
},
|
|
"arm64": {
|
|
"url": "https://download.qt.io/official_releases/qtcreator/20.0/20.0.1/installer_source/windows_arm64/wininterrupt.7z",
|
|
"hash": "md5:17bdab9a27e795b2085bd2c7a7983a53"
|
|
}
|
|
},
|
|
"post_install": "(Get-Item $dir\\bin\\win*interrupt.exe).Name | foreach { New-Item \"$(appdir qt-creator $global)\\current\\bin\\$_\" -ItemType HardLink -Target \"$dir\\bin\\$_\" -Force | Out-Null }",
|
|
"checkver": {
|
|
"url": "https://www.qt.io/offline-installers",
|
|
"regex": "Qt Creator\\s+([\\d.]+)\\s+for Windows"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.qt.io/official_releases/qtcreator/$majorVersion.$minorVersion/$version/installer_source/windows_x64/wininterrupt.7z"
|
|
},
|
|
"arm64": {
|
|
"url": "https://download.qt.io/official_releases/qtcreator/$majorVersion.$minorVersion/$version/installer_source/windows_arm64/wininterrupt.7z"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/md5sums.txt"
|
|
}
|
|
}
|
|
}
|