2023-08-04 16:27:12 +00:00

39 lines
1.6 KiB
JSON

{
"version": "3.0.6",
"description": "gibo (short for .gitignore boilerplates) is a shell script to help you easily access .gitignore boilerplates from github.com/github/gitignore",
"homepage": "https://github.com/simonwhitaker/gibo",
"license": "Unlicense",
"architecture": {
"64bit": {
"url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.6/gibo_Windows_x86_64.zip",
"hash": "4b30c02922ef58e7c23e2f676704b51d9a5c7732fca979d67db55ddefe1f9278"
},
"32bit": {
"url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.6/gibo_Windows_i386.zip",
"hash": "e90b6dd5f68e3a246b4d56ebbcf17a2c6c52e2f00f0a9264c5aa60facc38edff"
},
"arm64": {
"url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.6/gibo_Windows_arm64.zip",
"hash": "eccf34b08e3d7bbbb7ed9925e64ba7af839a9c12331f43c5c7bf402c77256eb6"
}
},
"bin": "gibo.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/simonwhitaker/gibo/releases/download/v$version/gibo_Windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/simonwhitaker/gibo/releases/download/v$version/gibo_Windows_i386.zip"
},
"arm64": {
"url": "https://github.com/simonwhitaker/gibo/releases/download/v$version/gibo_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.windows.txt"
}
}
}