ScoopInstaller_Main/bucket/wingetcreate.json
2025-07-25 20:29:48 +00:00

22 lines
724 B
JSON

{
"version": "1.10.3.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.10.3.0/wingetcreate.exe",
"hash": "9f56bb326b852a699296e936c7b40dadfaf3ccff01c8e84ecff89871ecff8e5c"
}
},
"bin": "wingetcreate.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/microsoft/winget-create/releases/download/v$version/wingetcreate.exe"
}
}
}
}