ScoopInstaller_Main/bucket/wingetcreate.json
2024-02-15 04:25:29 +00:00

22 lines
722 B
JSON

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