mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "3.0.7",
|
|
"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.7/gibo_Windows_x86_64.zip",
|
|
"hash": "13bf4eb9b35394fb273692dc0aeae0a28fbc0040faf2b5c7476fd7535af4dfd4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.7/gibo_Windows_i386.zip",
|
|
"hash": "2b6239f6d7db95a0ac90e59dd195644f5b86210ba81ca48eb6a99f68230e949e"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.7/gibo_Windows_arm64.zip",
|
|
"hash": "6812d804bc84e134b15ded986cf6bdab5da299e007085657cd34a5298af9b711"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|