mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
25 lines
887 B
JSON
25 lines
887 B
JSON
{
|
|
"version": "0.2018.07.25",
|
|
"description": "An approximation of the Unix time command.",
|
|
"homepage": "https://github.com/lukesampson/psutils",
|
|
"license": "MIT",
|
|
"notes": "Please use 'timecmd' instead of 'time' in cmd.exe.",
|
|
"url": "https://raw.githubusercontent.com/lukesampson/psutils/3290c04d7653ea8183a5e11d3d5a4e46716035d1/time.ps1",
|
|
"hash": "250413758eb4845973cfd0778b58e40ec52b881f17cbe13b22afac440fb26d93",
|
|
"bin": [
|
|
"time.ps1",
|
|
[
|
|
"time.ps1",
|
|
"timecmd"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/lukesampson/psutils/commits/master/time.ps1.atom",
|
|
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
|
|
"replace": "0.${1}.${2}.${3}"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://raw.githubusercontent.com/lukesampson/psutils/$matchSha/time.ps1"
|
|
}
|
|
}
|