mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-14 19:31:19 +00:00
25 lines
854 B
JSON
25 lines
854 B
JSON
{
|
|
"version": "1.15.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.15.0/wrangler-v1.15.0-x86_64-pc-windows-msvc.tar.gz",
|
|
"hash": "0845f3b8c30ba854a3b4bc0afa5c32d24e0abdfd57b1d0fe1b5c7f3f3f7f6e7c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|