-
Notifications
You must be signed in to change notification settings - Fork 9
/
figurine.json
25 lines (25 loc) · 899 Bytes
/
figurine.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
{
"version": "1.3.0",
"description": "Print any text using ASCII art in FIGlet.",
"homepage": "https://github.com/arsham/figurine",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/arsham/figurine/releases/download/v1.3.0/figurine_windows_amd64_v1.3.0.zip",
"hash": "287c809ccb0dbbbb7a9e0b5cf044ccdd2ffd81a10faebd3f6eae4c0bbb40610f"
}
},
"extract_dir": "deploy",
"bin": "figurine.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/arsham/figurine/releases/download/v$version/figurine_windows_amd64_v$version.zip",
"hash": {
"url": "https://github.com/arsham/figurine/releases/tag/v$version"
}
}
}
}
}