-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathacorn.json
26 lines (26 loc) · 855 Bytes
/
acorn.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
{
"version": "0.10.1",
"description": "A simple application deployment framework for Kubernetes.",
"homepage": "https://acorn.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/acorn-io/acorn/releases/download/v0.10.1/acorn-v0.10.1-windows-amd64.zip",
"hash": "10101602a428dbf0479c268de390ba73159af62e3dfe1762d9b9b61c8b5f76c9"
}
},
"bin": "acorn.exe",
"checkver": {
"github": "https://github.com/acorn-io/acorn"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/acorn-io/acorn/releases/download/v$version/acorn-v$version-windows-amd64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}