ScoopInstaller_Main/bucket/wrangler.json
2021-07-30 21:39:27 -07:00

25 lines
854 B
JSON

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