-
-
Notifications
You must be signed in to change notification settings - Fork 977
/
pastel.json
32 lines (32 loc) · 1.41 KB
/
pastel.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
{
"version": "0.10.0",
"description": "A command-line tool to generate, analyze, convert and manipulate colors.",
"homepage": "https://github.com/sharkdp/pastel",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/pastel/releases/download/v0.10.0/pastel-v0.10.0-x86_64-pc-windows-msvc.zip",
"hash": "dbff970084b4c19135aae9a967eb95958aaf7572e0b0946de49ea471fe64fd3c",
"extract_dir": "pastel-v0.10.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/sharkdp/pastel/releases/download/v0.10.0/pastel-v0.10.0-i686-pc-windows-msvc.zip",
"hash": "a11f77f58ea480bd322838dd20be602b4bb587644a1fbe0ed299be3b4e3b1abf",
"extract_dir": "pastel-v0.10.0-i686-pc-windows-msvc"
}
},
"bin": "pastel.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/pastel/releases/download/v$version/pastel-v$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "pastel-v$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/sharkdp/pastel/releases/download/v$version/pastel-v$version-i686-pc-windows-msvc.zip",
"extract_dir": "pastel-v$version-i686-pc-windows-msvc"
}
}
}
}