-
-
Notifications
You must be signed in to change notification settings - Fork 970
/
cdrtools.json
35 lines (35 loc) · 1.08 KB
/
cdrtools.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
{
"version": "3.02a09",
"description": "Burn and read CDs, DVDs, and Blu-ray discs",
"homepage": "https://sourceforge.net/projects/tumagcc/",
"license": {
"identifier": "CDDL-1.0,GPL-2.0-only,LGPL-2.1-only",
"url": "https://github.com/jobermayr/cdrtools/blob/master/COPYING"
},
"url": "https://downloads.sourceforge.net/project/tumagcc/schily-cdrtools-3.02a09.7z",
"hash": "sha1:f1b6a74e8963a97acd66e166064ab4f907e5237a",
"extract_dir": "win32",
"bin": [
"btcflash.exe",
"cdda2wav.exe",
"cdrecord.exe",
"devdump.exe",
"isodebug.exe",
"isodump.exe",
"isoinfo.exe",
"isovfy.exe",
"mkhybrid.exe",
"mkisofs.exe",
"readcd.exe",
"rscsi.exe",
"scgcheck.exe",
"scgskeleton.exe"
],
"checkver": {
"url": "https://sourceforge.net/projects/tumagcc/files/",
"regex": "schily-cdrtools-([\\w.]+)\\.7z"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/tumagcc/schily-cdrtools-$version.7z"
}
}