ScoopInstaller_Main/vimtutor.json
2019-03-23 09:44:02 -04:00

21 lines
812 B
JSON

{
"homepage": "https://github.com/lukesampson/psutils",
"description": "The vimtutor that comes with Vim for Windows doesn't work with Scoop. This one does.",
"version": "0.2018.07.25",
"license": "MIT",
"url": "https://raw.githubusercontent.com/lukesampson/psutils/3290c04d7653ea8183a5e11d3d5a4e46716035d1/vimtutor.ps1",
"hash": "1df57e3bf4139ca096acd71896cc1797ae539ed3ab77185c0ed93846b3c60790",
"bin": "vimtutor.ps1",
"suggest": {
"vim": "vim"
},
"checkver": {
"url": "https://api.github.com/repos/lukesampson/psutils/commits?path=vimtutor.ps1",
"re": "\"(\\d+)-(\\d+)-(\\d+)",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {
"url": "https://raw.githubusercontent.com/lukesampson/psutils/$matchSha/vimtutor.ps1"
}
}