mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "3.0.16",
|
|
"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.16/gibo_Windows_x86_64.zip",
|
|
"hash": "5040a6b9a12f81cf3e1ef3008a0025b0fa4ef18da318523425222b0d291278e9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.16/gibo_Windows_i386.zip",
|
|
"hash": "e51f99ab40d656f5a82e9383b63d5568b62da9bdcca8026cf97b659389183e86"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/simonwhitaker/gibo/releases/download/v3.0.16/gibo_Windows_arm64.zip",
|
|
"hash": "2ef952c1f77264e15087e799d31033b5bf6c9975286eb1942b4c49de0d9be7cc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|