ScoopInstaller_Main/bucket/wrangler.json
Oleksii Filonenko 61c5fa63ec
wrangler: Add version 1.9.2 (#1121)
* 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>
2020-06-07 19:28:03 -07:00

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"
}
}
}
}