ScoopInstaller_Main/bucket/wrangler.json
2022-03-21 20:27:00 +00:00

25 lines
857 B
JSON

{
"version": "1.19.10",
"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.10/wrangler-v1.19.10-x86_64-pc-windows-msvc.tar.gz",
"hash": "9ac9bb9880898694c8eafcaf4f77fa8f9f96fb1ee8f0110de44fbb5521e9bd92"
}
},
"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"
}
}
}
}