-
Notifications
You must be signed in to change notification settings - Fork 0
/
pscale.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.214.0",
"architecture": {
"32bit": {
"url": "https://github.com/planetscale/cli/releases/download/v0.214.0/pscale_0.214.0_windows_386.zip",
"bin": [
"pscale.exe"
],
"hash": "200e3afa11156c647e51f4a9f02f03a3df7efac33b0c2a87413048a46c08c533"
},
"64bit": {
"url": "https://github.com/planetscale/cli/releases/download/v0.214.0/pscale_0.214.0_windows_amd64.zip",
"bin": [
"pscale.exe"
],
"hash": "c5a2a3b90cbb6d302cf38d05a3bcb8b0e04ea7af365314f1d7b660364dc18fe2"
},
"arm64": {
"url": "https://github.com/planetscale/cli/releases/download/v0.214.0/pscale_0.214.0_windows_arm64.zip",
"bin": [
"pscale.exe"
],
"hash": "db4cf7801e905780d0c4d4f4cc507edc9facd611b5a33332fc40ea2bdade768a"
}
},
"homepage": "https://github.com/planetscale/cli",
"license": "Apache 2.0",
"description": "The PlanetScale CLI"
}