mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
dcmtk: Update to version 3.6.8
Fix autoupdate URL with $cleanVersion
This commit is contained in:
parent
f53ba3dc73
commit
746c2bd353
@ -1,18 +1,18 @@
|
||||
{
|
||||
"version": "3.6.7",
|
||||
"version": "3.6.8",
|
||||
"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"
|
||||
"url": "https://dicom.offis.de/download/dcmtk/dcmtk368/bin/dcmtk-3.6.8-win32-dynamic.zip",
|
||||
"hash": "8dc7d6cca39e2c5d6317ab2ab29ad507a74cb31d3ee5f05dc9e43564d3fa189a",
|
||||
"extract_dir": "dcmtk-3.6.8-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"
|
||||
"url": "https://dicom.offis.de/download/dcmtk/dcmtk368/bin/dcmtk-3.6.8-win64-dynamic.zip",
|
||||
"hash": "cbdf9fab92f3e7c3aad9f463a84a65691826df8d064c2832c495533319db4fd9",
|
||||
"extract_dir": "dcmtk-3.6.8-win64-dynamic"
|
||||
}
|
||||
},
|
||||
"env_add_path": "./bin/",
|
||||
@ -23,11 +23,11 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "https://dicom.offis.de/download/dcmtk/dcmtk367/bin/dcmtk-$version-win32-dynamic.zip",
|
||||
"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/dcmtk367/bin/dcmtk-$version-win64-dynamic.zip",
|
||||
"url": "https://dicom.offis.de/download/dcmtk/dcmtk$cleanVersion/bin/dcmtk-$version-win64-dynamic.zip",
|
||||
"extract_dir": "dcmtk-$version-win64-dynamic"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user