ScoopInstaller_Main/bucket/wingetcreate.json
2023-11-08 04:25:35 +00:00

22 lines
722 B
JSON

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