mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
25 lines
854 B
JSON
25 lines
854 B
JSON
{
|
|
"version": "1.19.4",
|
|
"description": "Cloudflare Workers project manager",
|
|
"homepage": "https://developers.cloudflare.com/workers/tooling/wrangler",
|
|
"license": "MIT|Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cloudflare/wrangler/releases/download/v1.19.4/wrangler-v1.19.4-x86_64-pc-windows-msvc.tar.gz",
|
|
"hash": "c7a8d5736995c0242d2ad81b3cc7ffe7f0894a85e3af6d41a897ce3f271c1d57"
|
|
}
|
|
},
|
|
"extract_dir": "dist",
|
|
"bin": "wrangler.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/cloudflare/wrangler"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/cloudflare/wrangler/releases/download/v$version/wrangler-v$version-x86_64-pc-windows-msvc.tar.gz"
|
|
}
|
|
}
|
|
}
|
|
}
|