mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
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>
This commit is contained in:
parent
0b644477e3
commit
61c5fa63ec
24
bucket/wrangler.json
Normal file
24
bucket/wrangler.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user