ScoopInstaller_Main/bucket/wingetcreate.json
2023-08-16 20:22:42 +00:00

22 lines
722 B
JSON

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