{
    "version": "0.2023.06.28",
    "description": "A collection of command line utilities written in PowerShell proudly ignoring PowerShell Verb-Noun naming conventions.",
    "homepage": "https://github.com/lukesampson/psutils",
    "license": "MIT",
    "notes": "Please use 'timecmd' instead of 'time' in cmd.exe.",
    "url": "https://github.com/lukesampson/psutils/archive/1d746384cb351f2e38bdbe98120d3a9322bbd1a0.zip",
    "hash": "fd2609aae7065a6218e566a0345f38e308a1199b9674e38db572c8465b56c3a0",
    "extract_dir": "psutils-1d746384cb351f2e38bdbe98120d3a9322bbd1a0",
    "bin": [
        "gitignore.ps1",
        "ln.ps1",
        "runat.ps1",
        "say.ps1",
        "shasum.ps1",
        "sudo.ps1",
        "time.ps1",
        [
            "time.ps1",
            "timecmd"
        ],
        "touch.ps1",
        "vimtutor.ps1"
    ],
    "checkver": {
        "url": "https://github.com/lukesampson/psutils/commits/master.atom",
        "regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
        "replace": "0.${1}.${2}.${3}"
    },
    "autoupdate": {
        "url": "https://github.com/lukesampson/psutils/archive/$matchSha.zip",
        "extract_dir": "psutils-$matchSha"
    }
}
