ScoopInstaller_Main/runat.json
Hsiao-nan Cheung 334ae370bf pshazz, concfg, psutils: Fix checkver (#3171)
pshazz, concfg, psutils: Fix checkver error
2019-02-28 07:34:17 +01:00

18 lines
780 B
JSON

{
"homepage": "https://github.com/lukesampson/psutils",
"description": "A replacement for the at command which Microsoft has deprecated and removed in Windows 2012.",
"version": "0.2018.07.25",
"license": "MIT",
"url": "https://raw.githubusercontent.com/lukesampson/psutils/3290c04d7653ea8183a5e11d3d5a4e46716035d1/runat.ps1",
"hash": "3a7f3cf34a9695ae607627f4d3c041543909c217f54997ebbeb3871ce6f96889",
"bin": "runat.ps1",
"checkver": {
"url": "https://github.com/lukesampson/psutils",
"re": "runat\\.ps1[\\S\\s]*?/(?<sha>[0-9a-f]{40})[\\S\\s]*?(\\d+)-(\\d+)-(\\d+)",
"replace": "0.${1}.${2}.${3}"
},
"autoupdate": {
"url": "https://raw.githubusercontent.com/lukesampson/psutils/$matchSha/runat.ps1"
}
}