ScoopInstaller_Main/bucket/wrangler.json
2020-10-29 09:02:45 +01:00

25 lines
854 B
JSON

{
"version": "1.12.0",
"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.12.0/wrangler-v1.12.0-x86_64-pc-windows-msvc.tar.gz",
"hash": "7e14f27c15faf02cf83f5fb6d03a95e4fd7863a283cbe61e5e3782db33204099"
}
},
"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"
}
}
}
}