2023-12-22 20:23:59 +00:00

39 lines
1.6 KiB
JSON

{
"version": "3.0.10",
"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.10/gibo_Windows_x86_64.zip",
"hash": "907a501b98c3edbec6cc25ecbfa797ee00d21d2dd7921dcb7ea3f89d54d49e7c"
},
"32bit": {
"url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.10/gibo_Windows_i386.zip",
"hash": "f046e6a0092f3b09f0cab4e2715b6bcb713c0c0fff08565764656cb9e8f02592"
},
"arm64": {
"url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.10/gibo_Windows_arm64.zip",
"hash": "ee7037713eb4527177e0a7df20d559ba82bbf44cdcf797fea944df3ba2b98a55"
}
},
"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"
}
}
}