ScoopInstaller_Main/bucket/wingetcreate.json
2025-06-10 00:40:42 +00:00

22 lines
724 B
JSON

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