ScoopInstaller_Main/bucket/wrangler.json
2020-12-17 10:04:21 +01:00

25 lines
854 B
JSON

{
"version": "1.12.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.12.3/wrangler-v1.12.3-x86_64-pc-windows-msvc.tar.gz",
"hash": "0d031d66342147e92b9ccb7ed8ba7aa394559087d745c5ef5bf5a9715d920787"
}
},
"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"
}
}
}
}