wingetcreate: Add version 1.2.5.0 (#4442)

* wingetcreate: Add version 1.2.5.0

* Remove hash url
This commit is contained in:
sitiom 2023-02-16 22:01:13 +08:00 committed by GitHub
parent b31962ec25
commit cb4c0f7660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/wingetcreate.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "1.2.5.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.2.5.0/wingetcreate.exe",
"hash": "1db04b2aaf7503eb83d297f305078b7e2a60f3086fc2e3cb9dfaf7da218b8af6"
}
},
"bin": "wingetcreate.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/microsoft/winget-create/releases/download/v$version/wingetcreate.exe"
}
}
}
}