ScoopInstaller_Main/bucket/wingetcreate.json
2025-07-11 00:42:11 +00:00

22 lines
724 B
JSON

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