2023-12-15 00:32:52 +00:00

39 lines
1.6 KiB
JSON

{
"version": "3.0.8",
"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.8/gibo_Windows_x86_64.zip",
"hash": "572013dea568354d910e7cdc90b451707dd9fbf737fb64a9db750e42bac1ded3"
},
"32bit": {
"url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.8/gibo_Windows_i386.zip",
"hash": "17aa97e22e817a5f469ea6a5ddb87245b71d2fcbd2115e43f70c37cff54ff4a0"
},
"arm64": {
"url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.8/gibo_Windows_arm64.zip",
"hash": "6c84fd560b7a69c4b80ebc9b3cff57bb026aa6ee081270dc95e36af2a90821f1"
}
},
"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"
}
}
}