say: Fix checkver

This commit is contained in:
Brandon Smith 2019-03-23 09:40:26 -04:00
parent a1ed6537b4
commit 9950603271

View File

@ -13,8 +13,8 @@
],
"bin": "say.ps1",
"checkver": {
"url": "https://github.com/lukesampson/psutils",
"re": "datetime=\"(\\d+)-(\\d+)-(\\d+)",
"url": "https://api.github.com/repos/lukesampson/psutils/commits",
"re": "\"(\\d+)-(\\d+)-(\\d+)",
"replace": "0.${1}.${2}.${3}"
}
}