2023-06-28 20:26:13 +00:00

18 lines
720 B
JSON

{
"version": "0.2023.06.28",
"description": "Create shim for programs.",
"homepage": "https://github.com/lukesampson/psutils",
"license": "MIT",
"url": "https://raw.githubusercontent.com/lukesampson/psutils/2a2453b72b099261dedbb9c861383676303f45b0/shim.ps1",
"hash": "eb866f97991b0a388e2f267deec0646d3e722dce1a1b089b4cffa141ef9d5112",
"bin": "shim.ps1",
"checkver": {
"url": "https://github.com/lukesampson/psutils/commits/master/shim.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/shim.ps1"
}
}