mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"homepage": "http://potrace.sourceforge.net/",
|
|
"version": "1.15",
|
|
"license": "GPL-2.0-or-later",
|
|
"description": "Transforming bitmaps into vector graphics.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://potrace.sourceforge.net/download/1.15/potrace-1.15.win64.zip",
|
|
"hash": "sha1:86745c57d4b193b71a8a17005534445e727d8f7d",
|
|
"extract_dir": "potrace-1.15.win64"
|
|
},
|
|
"32bit": {
|
|
"url": "http://potrace.sourceforge.net/download/1.15/potrace-1.15.win32.zip",
|
|
"hash": "sha1:b434f3de999b00d634efc7979b172e60483c252e",
|
|
"extract_dir": "potrace-1.15.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"
|
|
}
|
|
}
|
|
}
|