ScoopInstaller_Main/bucket/gitignore.json
2021-01-14 09:12:21 +01:00

18 lines
802 B
JSON

{
"version": "0.2018.07.25",
"description": "Fetches .gitignore file templates from gitignore.io and writes them to standard output.",
"homepage": "https://github.com/lukesampson/psutils",
"license": "MIT",
"url": "https://raw.githubusercontent.com/lukesampson/psutils/3290c04d7653ea8183a5e11d3d5a4e46716035d1/gitignore.ps1",
"hash": "733e4e2bece6e84ad1d25589cc6d1f852587f2d4a6ffe74b8268435ae229487a",
"bin": "gitignore.ps1",
"checkver": {
"url": "https://github.com/lukesampson/psutils/commits/master/gitignore.ps1.atom",
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {
"url": "https://raw.githubusercontent.com/lukesampson/psutils/$matchSha/gitignore.ps1"
}
}