-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpscale.json
29 lines (29 loc) · 1.05 KB
/
pscale.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"version": "0.221.0",
"architecture": {
"32bit": {
"url": "https://github.com/planetscale/cli/releases/download/v0.221.0/pscale_0.221.0_windows_386.zip",
"bin": [
"pscale.exe"
],
"hash": "acc79cf00e66a13cdbb5e5a8f62ba9ee5be9a07f75919f3c9f1de82bfe3c49de"
},
"64bit": {
"url": "https://github.com/planetscale/cli/releases/download/v0.221.0/pscale_0.221.0_windows_amd64.zip",
"bin": [
"pscale.exe"
],
"hash": "14e01ad3e134bcc4168832b5e3a707b59655832cacfef86f0ab2af528e39c1c2"
},
"arm64": {
"url": "https://github.com/planetscale/cli/releases/download/v0.221.0/pscale_0.221.0_windows_arm64.zip",
"bin": [
"pscale.exe"
],
"hash": "549fa91ecea6ee1cb9fb744b94f32b82f10b557958ea0aa261215053747e2e9e"
}
},
"homepage": "https://github.com/planetscale/cli",
"license": "Apache 2.0",
"description": "The PlanetScale CLI"
}