mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
25 lines
854 B
JSON
25 lines
854 B
JSON
{
|
|
"version": "1.19.3",
|
|
"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.3/wrangler-v1.19.3-x86_64-pc-windows-msvc.tar.gz",
|
|
"hash": "0c295df179e721df54f5c1baaf6313a371b359e7c3275d5d1716f13b216f264f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|