-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgcg.json
29 lines (29 loc) · 1 KB
/
gcg.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": "1.7.11",
"architecture": {
"32bit": {
"url": "https://github.com/ldez/gcg/releases/download/v1.7.11/gcg_v1.7.11_windows_386.zip",
"bin": [
"gcg.exe"
],
"hash": "859f27bc8e252ed52efa88b501a514968050f67157b1504feccba6580e59d4dd"
},
"64bit": {
"url": "https://github.com/ldez/gcg/releases/download/v1.7.11/gcg_v1.7.11_windows_amd64.zip",
"bin": [
"gcg.exe"
],
"hash": "aa1284ba4226fb3f6bbef9d57a0b1a0dad1c9542b3876afda4c689b8162a54be"
},
"arm64": {
"url": "https://github.com/ldez/gcg/releases/download/v1.7.11/gcg_v1.7.11_windows_arm64.zip",
"bin": [
"gcg.exe"
],
"hash": "372360030dcc7a5d6f376baf77c35b72ccf337a5b7496f466fe03bd5d491ff79"
}
},
"homepage": "https://github.com/ldez/gcg",
"license": "APACHE",
"description": "GitHub Changelog Generator"
}