ScoopInstaller_Main/bucket/wingetcreate.json
2024-12-04 20:29:39 +00:00

22 lines
722 B
JSON

{
"version": "1.9.2.0",
"description": "The Windows Package Manager Manifest Creator command-line tool",
"homepage": "https://github.com/microsoft/winget-create",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/microsoft/winget-create/releases/download/v1.9.2.0/wingetcreate.exe",
"hash": "48d2277c507e1e5aa1df4d703bbdefd41c9e3a19edaa0c26082d6998464e73a7"
}
},
"bin": "wingetcreate.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/microsoft/winget-create/releases/download/v$version/wingetcreate.exe"
}
}
}
}