ScoopInstaller_Main/bucket/wingetcreate.json
2024-12-28 00:34:38 +00:00

22 lines
722 B
JSON

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