mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
25 lines
854 B
JSON
25 lines
854 B
JSON
{
|
|
"version": "1.12.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.12.1/wrangler-v1.12.1-x86_64-pc-windows-msvc.tar.gz",
|
|
"hash": "7772f73a2ae51e0d7d086e8d554583a91f02032811ed0dd84c7355b8913ae5cb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|