2023-11-01 20:24:27 +00:00

41 lines
1.5 KiB
JSON

{
"version": "0.3.0",
"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.3.0/gut_Windows_x86_64.zip",
"hash": "0b638a53742c066215f426a272d492834363c40b29801eb1d126bccbb2224f72"
},
"32bit": {
"url": "https://github.com/julien040/gut/releases/download/0.3.0/gut_Windows_i386.zip",
"hash": "55a2da917e6998bffce08e68efde67aeb3de5955754fb52dd4aeac91a464972b"
},
"arm64": {
"url": "https://github.com/julien040/gut/releases/download/0.3.0/gut_Windows_arm64.zip",
"hash": "650a34ad353254b839d24715dea1c8a7ae11e2d149ce177ea2996d7edcad1e8e"
}
},
"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"
}
}
}