ScoopInstaller_Main/gitignore.json
Hsiao-nan Cheung fd7484e651 Update several tools from lukesampson/psutils (#2821)
lukesampson/concfg: Update to version 0.2018.10.22.

lukesampson/psutils: Update to version 0.2018.08.04. (gitignore, ln, runat, say, shasum, sudo, time, touch, vimtutor)

For convenience, I add a new bucket called 'psutils' to install all these scripts, since I didn't find such one.
2018-11-28 20:25:20 +01:00

18 lines
778 B
JSON

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