vimtutor: Fix checkver

This commit is contained in:
Brandon Smith 2019-03-23 09:44:02 -04:00
parent 8675c20106
commit e184fd0636

View File

@ -10,8 +10,8 @@
"vim": "vim"
},
"checkver": {
"url": "https://github.com/lukesampson/psutils",
"re": "vimtutor\\.ps1[\\S\\s]*?/(?<sha>[0-9a-f]{40})[\\S\\s]*?(\\d+)-(\\d+)-(\\d+)",
"url": "https://api.github.com/repos/lukesampson/psutils/commits?path=vimtutor.ps1",
"re": "\"(\\d+)-(\\d+)-(\\d+)",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {