ScoopInstaller_Main/bucket/wrangler.json
2020-06-23 08:58:34 +02:00

25 lines
854 B
JSON

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