-
Notifications
You must be signed in to change notification settings - Fork 9
/
tea.json
33 lines (33 loc) · 1.11 KB
/
tea.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
30
31
32
33
{
"version": "0.9.2",
"description": "Official command-line tool to interact with Gitea servers",
"homepage": "https://gitea.com/gitea/tea",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dl.gitea.io/tea/0.9.2/tea-0.9.2-windows-amd64.exe#/tea.exe",
"hash": "7dbbf98468bc829d26d887058f41ea4505cfdf9c7bffaa6495aaa30b6fe866b1"
},
"32bit": {
"url": "https://dl.gitea.io/tea/0.9.2/tea-0.9.2-windows-386.exe#/tea.exe",
"hash": "89555c73716414cb8674bbdcffe62151a02998b80bf1a54aac68112551af4707"
}
},
"bin": "tea.exe",
"checkver": {
"github": "https://gitea.com/gitea/tea"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.gitea.io/tea/$version/tea-$version-windows-amd64.exe#/tea.exe"
},
"32bit": {
"url": "https://dl.gitea.io/tea/$version/tea-$version-windows-386.exe#/tea.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}