mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
yarn autoupdate / update yarn 0.17.10
This commit is contained in:
parent
0022dbd465
commit
a3839694bb
14
yarn.json
14
yarn.json
@ -1,13 +1,19 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://yarnpkg.com/",
|
"homepage": "https://yarnpkg.com/",
|
||||||
"licence": "BSD",
|
"licence": "BSD",
|
||||||
"version": "0.16.1",
|
"version": "0.17.10",
|
||||||
"depends": "nodejs",
|
"depends": "nodejs",
|
||||||
"url": "https://github.com/yarnpkg/yarn/releases/download/v0.16.1/yarn-0.16.1.msi",
|
"url": "https://github.com/yarnpkg/yarn/releases/download/v0.17.10/yarn-0.17.10.msi",
|
||||||
"hash": "77eadf9e1982d44e3fd95da48da12b37a43bcb8bf359b4c1bcdf4d6f261eab18",
|
"hash": "5937c247697f43b305018438e2e4040842046402d264fb7a0863389d3776912e",
|
||||||
"bin": "Yarn\\bin\\yarn.cmd",
|
"bin": "Yarn\\bin\\yarn.cmd",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/yarnpkg/yarn/releases/latest",
|
"url": "https://github.com/yarnpkg/yarn/releases/latest",
|
||||||
"re": "\/releases\/tag\/v([\\d.]+)"
|
"re": "/releases/tag/v([\\d.]+)"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://github.com/yarnpkg/yarn/releases/download/v$version/yarn-$version.msi",
|
||||||
|
"hash": {
|
||||||
|
"mode": "download"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user