gut: Add version 0.2.10 (#5195)

This commit is contained in:
Aliaksandr Belik 2023-10-19 09:21:54 +03:00 committed by GitHub
parent 0e9dd52e88
commit a3beba5eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

40
bucket/gut.json Normal file
View File

@ -0,0 +1,40 @@
{
"version": "0.2.10",
"description": "An easy to use Git client for the command line",
"homepage": "https://gut-cli.dev",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/julien040/gut/releases/download/0.2.10/gut_Windows_x86_64.zip",
"hash": "6864b4c98072dcfc10a68935c210cbc9f51572578e47c8b1ea05c7281829e2aa"
},
"32bit": {
"url": "https://github.com/julien040/gut/releases/download/0.2.10/gut_Windows_i386.zip",
"hash": "733dac4914c7a596d53324630a7aa6283eca84599d5e8b09b2382b97f1dca217"
},
"arm64": {
"url": "https://github.com/julien040/gut/releases/download/0.2.10/gut_Windows_arm64.zip",
"hash": "b9ff364c0513e7c4c08d5414379b4be2c4220f6736a953b61c23db5c05a02690"
}
},
"bin": "gut.exe",
"checkver": {
"github": "https://github.com/julien040/gut"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/julien040/gut/releases/download/$version/gut_Windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/julien040/gut/releases/download/$version/gut_Windows_i386.zip"
},
"arm64": {
"url": "https://github.com/julien040/gut/releases/download/$version/gut_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}