ScoopInstaller_Main/bucket/wrangler.json
2021-04-27 07:14:26 +02:00

25 lines
854 B
JSON

{
"version": "1.16.1",
"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.16.1/wrangler-v1.16.1-x86_64-pc-windows-msvc.tar.gz",
"hash": "3a53360afec983a722cfcb631eb07396e85ff1178c0b9c9e01431cb3937f10d9"
}
},
"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"
}
}
}
}