-
Notifications
You must be signed in to change notification settings - Fork 10
/
zeabur.json
28 lines (28 loc) · 1018 Bytes
/
zeabur.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
{
"version": "0.0.7",
"architecture": {
"32bit": {
"url": "https://github.com/zeabur/cli/releases/download/v0.0.7/zeabur_0.0.7_windows_386.zip",
"bin": [
"zeabur.exe"
],
"hash": "5cae2460a239e20fc5bfd24632bc09895053ff35b9a669f5bb35579acd160a31"
},
"64bit": {
"url": "https://github.com/zeabur/cli/releases/download/v0.0.7/zeabur_0.0.7_windows_amd64.zip",
"bin": [
"zeabur.exe"
],
"hash": "88264c612f0644186c87ef47828463323630091365090d4abcb2e7114614e0b7"
},
"arm64": {
"url": "https://github.com/zeabur/cli/releases/download/v0.0.7/zeabur_0.0.7_windows_arm64.zip",
"bin": [
"zeabur.exe"
],
"hash": "ba7a294c6ed76fc1f6ad7ca55be60a1471e61c1177c60a3ef5132a02a3b77b6c"
}
},
"homepage": "https://zeabur.com",
"description": "Zeabur's official command line tool"
}