mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 05:24:27 +00:00
18 lines
716 B
JSON
18 lines
716 B
JSON
{
|
|
"homepage": "https://github.com/lukesampson/psutils",
|
|
"description": "An approximation of the Unix ln command.",
|
|
"version": "0.2013.08.10",
|
|
"license": "MIT",
|
|
"url": "https://raw.githubusercontent.com/lukesampson/psutils/598331a7e2b6d4bb60d8a458f8212d349b383e7c/ln.ps1",
|
|
"hash": "91e4d355fbccbc4c89611d9c66a1d36ea357d554342ff63f7130bfe09e101558",
|
|
"bin": "ln.ps1",
|
|
"checkver": {
|
|
"url": "https://github.com/lukesampson/psutils",
|
|
"re": "ln\\.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/ln.ps1"
|
|
}
|
|
}
|