ScoopInstaller_Main/bucket/vimtutor.json
2021-01-22 07:52:17 +01:00

21 lines
840 B
JSON

{
"version": "0.2018.07.25",
"description": "The vimtutor that comes with Vim for Windows doesn't work with Scoop. This one does.",
"homepage": "https://github.com/lukesampson/psutils",
"license": "MIT",
"suggest": {
"vim": "vim"
},
"url": "https://raw.githubusercontent.com/lukesampson/psutils/3290c04d7653ea8183a5e11d3d5a4e46716035d1/vimtutor.ps1",
"hash": "1df57e3bf4139ca096acd71896cc1797ae539ed3ab77185c0ed93846b3c60790",
"bin": "vimtutor.ps1",
"checkver": {
"url": "https://github.com/lukesampson/psutils/commits/master/vimtutor.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/vimtutor.ps1"
}
}