Skip to content

Commit 6916689

Browse files
committed
Scoop update for zeabur version v0.0.5
1 parent fd9275b commit 6916689

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

zeabur.json

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
{
2-
"version": "0.0.4",
3-
"architecture": {
4-
"32bit": {
5-
"url": "https://github.com/zeabur/cli/releases/download/v0.0.4/zeabur_0.0.4_windows_386.zip",
6-
"bin": ["zeabur.exe"],
7-
"hash": "5e40ad6975dc00f743c4d4098b65e182110ce20dbd81ffbfcdd1285194bd1b8f"
2+
"version": "0.0.5",
3+
"architecture": {
4+
"32bit": {
5+
"url": "https://github.com/zeabur/cli/releases/download/v0.0.5/zeabur_0.0.5_windows_386.zip",
6+
"bin": [
7+
"zeabur.exe"
8+
],
9+
"hash": "3c451c7051fa3e29a35b2a320eeccaa0175d99aa393c0045dd40ff47bd7642c9"
10+
},
11+
"64bit": {
12+
"url": "https://github.com/zeabur/cli/releases/download/v0.0.5/zeabur_0.0.5_windows_amd64.zip",
13+
"bin": [
14+
"zeabur.exe"
15+
],
16+
"hash": "39379111de2d72c287778deb5bd1e94b182f7a5db6cea98120901b9afcc90718"
17+
},
18+
"arm64": {
19+
"url": "https://github.com/zeabur/cli/releases/download/v0.0.5/zeabur_0.0.5_windows_arm64.zip",
20+
"bin": [
21+
"zeabur.exe"
22+
],
23+
"hash": "43a161f9031fe6dba4a95ecf8ebd7c4fb6070d45f9eae14000e98b8f028e54e9"
24+
}
825
},
9-
"64bit": {
10-
"url": "https://github.com/zeabur/cli/releases/download/v0.0.4/zeabur_0.0.4_windows_amd64.zip",
11-
"bin": ["zeabur.exe"],
12-
"hash": "becf2eff961b86d816f0a69e7d434f19499033ceb53ddf447d18ab3fb0c35fa6"
13-
},
14-
"arm64": {
15-
"url": "https://github.com/zeabur/cli/releases/download/v0.0.4/zeabur_0.0.4_windows_arm64.zip",
16-
"bin": ["zeabur.exe"],
17-
"hash": "42c81278101f93441d0b92434468397e770298824b30f8dc359e3b2d05030092"
18-
}
19-
},
20-
"homepage": "https://zeabur.com",
21-
"description": "Zeabur's official command line tool"
22-
}
26+
"homepage": "https://zeabur.com",
27+
"description": "Zeabur's official command line tool"
28+
}

0 commit comments

Comments
 (0)