ScoopInstaller_Main/shasum.json
2019-03-23 09:41:34 -04:00

21 lines
809 B
JSON

{
"homepage": "https://github.com/lukesampson/psutils",
"description": "An approximation of the Unix shasum command.",
"version": "0.2018.08.04",
"license": "MIT",
"url": [
"https://raw.githubusercontent.com/lukesampson/psutils/de1a069215c54a1cb105f3dc79f14e25570c75f2/shasum.ps1",
"https://raw.githubusercontent.com/lukesampson/psutils/de1a069215c54a1cb105f3dc79f14e25570c75f2/getopt.ps1"
],
"hash": [
"569cd02dd49cff0c92c93a609e58cc902d850fe0c312ee86c3dc3fba0976e596",
"e3939d732ee937db60f336c2a0ed7a463874b37e213d5f42c5346b489a6edb65"
],
"bin": "shasum.ps1",
"checkver": {
"url": "https://api.github.com/repos/lukesampson/psutils/commits",
"re": "\"(\\d+)-(\\d+)-(\\d+)",
"replace": "0.${1}.${2}.${3}"
}
}