mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "3.6.9",
|
|
"description": "DCMTK is a collection of libraries and applications implementing large parts the DICOM standard.",
|
|
"homepage": "https://dcmtk.org/en/dcmtk/",
|
|
"license": "BSD-3-Clause",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://dicom.offis.de/download/dcmtk/dcmtk369/bin/dcmtk-3.6.9-win32-dynamic.zip",
|
|
"hash": "74e9262c11429b3c94a51c2f4b532039adac56fd05bd26435fe55f80c2c18328",
|
|
"extract_dir": "dcmtk-3.6.9-win32-dynamic"
|
|
},
|
|
"64bit": {
|
|
"url": "https://dicom.offis.de/download/dcmtk/dcmtk369/bin/dcmtk-3.6.9-win64-dynamic.zip",
|
|
"hash": "5ba7c6446727356c0c71c806357cea4b773265a3ab7637ebaa5f7fc922e69e00",
|
|
"extract_dir": "dcmtk-3.6.9-win64-dynamic"
|
|
}
|
|
},
|
|
"env_add_path": "./bin/",
|
|
"checkver": {
|
|
"url": "https://dicom.offis.de/download/dcmtk/current/",
|
|
"regex": "dcmtk-([\\d\\.]+)\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://dicom.offis.de/download/dcmtk/dcmtk$cleanVersion/bin/dcmtk-$version-win32-dynamic.zip",
|
|
"extract_dir": "dcmtk-$version-win32-dynamic"
|
|
},
|
|
"64bit": {
|
|
"url": "https://dicom.offis.de/download/dcmtk/dcmtk$cleanVersion/bin/dcmtk-$version-win64-dynamic.zip",
|
|
"extract_dir": "dcmtk-$version-win64-dynamic"
|
|
}
|
|
}
|
|
}
|
|
}
|