mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
* wrangler: Add version 1.9.1 * wrangler: Use only 64bit architecture * wrangler: Apply suggestions from code review Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> * wrangler: Apply suggestions from code review Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> * Update wrangler.json Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
25 lines
851 B
JSON
25 lines
851 B
JSON
{
|
|
"version": "1.9.2",
|
|
"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.9.2/wrangler-v1.9.2-x86_64-pc-windows-msvc.tar.gz",
|
|
"hash": "0e9ed20536e604236f166cbf604a31ae26c16e1a7290d02a7df0e42dc5512b28"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|