mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
wrangler: Deprecate (#6481)
* Move wrangler to deprecated * Updated links
This commit is contained in:
parent
106015f805
commit
6240a6eb37
@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "1.21.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.21.0/wrangler-v1.21.0-x86_64-pc-windows-msvc.tar.gz",
|
|
||||||
"hash": "b4aa2f63d1f98a8aa2317735881fe94773d871719eb6762216ec2336fda21980"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
24
deprecated/wrangler.json
Normal file
24
deprecated/wrangler.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"version": "1.21.0",
|
||||||
|
"description": "Cloudflare Workers project manager",
|
||||||
|
"homepage": "https://developers.cloudflare.com/workers/wrangler/migration/v1-to-v2/wrangler-legacy/",
|
||||||
|
"license": "MIT|Apache-2.0",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/cloudflare/wrangler-legacy/releases/download/v1.21.0/wrangler-v1.21.0-x86_64-pc-windows-msvc.tar.gz",
|
||||||
|
"hash": "b4aa2f63d1f98a8aa2317735881fe94773d871719eb6762216ec2336fda21980"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"extract_dir": "dist",
|
||||||
|
"bin": "wrangler.exe",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/cloudflare/wrangler-legacy"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/cloudflare/wrangler-legacy/releases/download/v$version/wrangler-v$version-x86_64-pc-windows-msvc.tar.gz"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user