ScoopInstaller_Main/bucket/wingetcreate.json
2023-09-20 04:26:36 +00:00

22 lines
722 B
JSON

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