-
Notifications
You must be signed in to change notification settings - Fork 2
/
stencil.json
29 lines (29 loc) · 1.03 KB
/
stencil.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.5.1",
"architecture": {
"32bit": {
"url": "https://github.com/raystack/stencil/releases/download/v0.5.1/stencil_Windows_i386.zip",
"bin": [
"stencil.exe"
],
"hash": "14c0694423a3e0073e666687f6f14eafd6c72f365a68149cc3e1b0fc69073753"
},
"64bit": {
"url": "https://github.com/raystack/stencil/releases/download/v0.5.1/stencil_Windows_x86_64.zip",
"bin": [
"stencil.exe"
],
"hash": "92c56b61fb8aa9c58e7f5127f641bd4bb55bcdf3b1d398ee510dbfe9cd1e0fcd"
},
"arm64": {
"url": "https://github.com/raystack/stencil/releases/download/v0.5.1/stencil_Windows_arm64.zip",
"bin": [
"stencil.exe"
],
"hash": "2fe00d16e8c2c41b7f5a8d3fbc988bf644a57e0266d77bdadf574eeb0f7e902d"
}
},
"homepage": "https://github.com/raystack/stencil",
"license": "Apache 2.0",
"description": "Schema registry"
}