-
Notifications
You must be signed in to change notification settings - Fork 9
/
potrace.json
38 lines (38 loc) · 1.34 KB
/
potrace.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
34
35
36
37
38
{
"version": "1.16",
"description": "Transforming bitmaps into vector graphics.",
"homepage": "https://potrace.sourceforge.net/",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "http://potrace.sourceforge.net/download/1.16/potrace-1.16.win64.zip",
"hash": "sha1:7e360015c8ac0e6efdffa6c26974daf65ab596e9",
"extract_dir": "potrace-1.16.win64"
},
"32bit": {
"url": "http://potrace.sourceforge.net/download/1.16/potrace-1.16.win32.zip",
"hash": "sha1:d2caeb5dfa25ba8447412b764e77d9524ff3f52e",
"extract_dir": "potrace-1.16.win32"
}
},
"bin": [
"potrace.exe",
"mkbitmap.exe"
],
"checkver": "Release ([\\d.]+)\\.",
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://potrace.sourceforge.net/download/$version/potrace-$version.win64.zip",
"extract_dir": "potrace-$version.win64"
},
"32bit": {
"url": "http://potrace.sourceforge.net/download/$version/potrace-$version.win32.zip",
"extract_dir": "potrace-$version.win32"
}
},
"hash": {
"url": "http://potrace.sourceforge.net/download/SHA1SUMS"
}
}
}