ScoopInstaller_Main/bucket/vimtutor.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08: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"
}
}