mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
dcmtk: Add version 3.6.7 (#5291)
* DCMTK: Add version 3.6.7 * Fix the checkver URL, switch from $matchVersion to $version * Correct ordering of fields
This commit is contained in:
parent
74cf08d95d
commit
79cf87fb92
35
bucket/dcmtk.json
Normal file
35
bucket/dcmtk.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"version": "3.6.7",
|
||||
"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/dcmtk367/bin/dcmtk-3.6.7-win32-dynamic.zip",
|
||||
"hash": "0B74C48606E119975944B540F5DF741B996B180814841E962F6886FD24446D9E",
|
||||
"extract_dir": "dcmtk-3.6.7-win32-dynamic"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://dicom.offis.de/download/dcmtk/dcmtk367/bin/dcmtk-3.6.7-win64-dynamic.zip",
|
||||
"hash": "BD2765D2C4833EEE70CAE499F0F9059E1C3E5C83EC7C7F82F50E375914E58549",
|
||||
"extract_dir": "dcmtk-3.6.7-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/dcmtk367/bin/dcmtk-$version-win32-dynamic.zip",
|
||||
"extract_dir": "dcmtk-$version-win32-dynamic"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://dicom.offis.de/download/dcmtk/dcmtk367/bin/dcmtk-$version-win64-dynamic.zip",
|
||||
"extract_dir": "dcmtk-$version-win64-dynamic"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user