forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scribus-dev.json
42 lines (42 loc) · 1.51 KB
/
scribus-dev.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
39
40
41
42
{
"version": "1.5.8",
"description": "Open Source Desktop Publishing (Development Release)",
"homepage": "https://www.scribus.net",
"license": "GPL-2.0-or-later",
"notes": "If asked for ghostscript, point to \"..\\..\\ghostscript\\current\\bin\\gswin64c.exe\".",
"depends": "ghostscript",
"suggest": {
"vcredist": "extras/vcredist2012"
},
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/scribus/scribus-devel/1.5.8/scribus-1.5.8-windows-x64.exe#/dl.7z",
"hash": "sha1:38d584b3eb8f5f87949c6f9d995abf8d6b66c8c9"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/scribus/scribus-devel/1.5.8/scribus-1.5.8-windows.exe#/dl.7z",
"hash": "sha1:3b103cf54d9219dc1545ba3ddca42a92e73f39cb"
}
},
"bin": "Scribus.exe",
"shortcuts": [
[
"Scribus.exe",
"Scribus"
]
],
"checkver": {
"url": "https://www.scribus.net/downloads/unstable-branch/",
"regex": "Current development candidate: Scribus ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/scribus/scribus-devel/$version/scribus-$version-windows-x64.exe#/dl.7z"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/scribus/scribus-devel/$version/scribus-$version-windows.exe#/dl.7z"
}
}
}
}