-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkinde-cli.json
More file actions
29 lines (29 loc) · 1.02 KB
/
kinde-cli.json
File metadata and controls
29 lines (29 loc) · 1.02 KB
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.1.20",
"architecture": {
"32bit": {
"url": "https://github.com/kinde-oss/kinde-cli/releases/download/v0.1.20/kinde-cli_windows_i386.zip",
"bin": [
"kinde.exe"
],
"hash": "092d0ceef97f1a4f9522c63bb824c5bd75ac7bc97b065709f73cd882192b8c3a"
},
"64bit": {
"url": "https://github.com/kinde-oss/kinde-cli/releases/download/v0.1.20/kinde-cli_windows_x86_64.zip",
"bin": [
"kinde.exe"
],
"hash": "b03fe3d1ce8a7d01534d3b720e2827a4cde3c789135c3502464fdfd70a4c102f"
},
"arm64": {
"url": "https://github.com/kinde-oss/kinde-cli/releases/download/v0.1.20/kinde-cli_windows_arm64.zip",
"bin": [
"kinde.exe"
],
"hash": "37bcb5d762266ec93f1452e8fcef5c2d0a0a45a28e3a8c8f2cd23a7bf617d4c8"
}
},
"homepage": "https://kinde.com",
"license": "MIT",
"description": "Kinde CLI utility"
}