mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[gdcm] Update version to 3.0.23 (#38091)
<!-- If your PR fixes issues, please note that here by adding "Fixes #NNNNNN." for each fixed issue on separate lines. --> Fix https://github.com/microsoft/vcpkg/issues/38057 <!-- If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/. --> <!-- If this PR updates an existing port, please uncomment and fill out this checklist:--> - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. --------- Co-authored-by: Cheney-Wang <850426846@qq.com>
This commit is contained in:
parent
f6a144ae83
commit
e64d6ba5ba
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO malaterre/GDCM
|
||||
REF "v${VERSION}"
|
||||
SHA512 f4fd81db731b60eebd7d67b8a7f2aa67f44d788f4c0a3f2cef9490fd4f0f1ae9caea1a9a8727619edab6aeda815ae6ace5266b1428b9bea81b7c984deb78bbac
|
||||
SHA512 a1c45434e925ddac293993014686865aecf1b6745013ed6a141b6ee1bdbe7ddef6abcfc2491583e63f33f4292617ee65412da4c41f38731409df9149903a8772
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
use-openjpeg-config.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gdcm",
|
||||
"version": "3.0.22",
|
||||
"version": "3.0.23",
|
||||
"description": "Grassroots DICOM library",
|
||||
"homepage": "https://github.com/malaterre/GDCM",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -2949,7 +2949,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"gdcm": {
|
||||
"baseline": "3.0.22",
|
||||
"baseline": "3.0.23",
|
||||
"port-version": 0
|
||||
},
|
||||
"gdcm2": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ddb9b48dc350a6e3a539a8d6e43e5416955d1de5",
|
||||
"version": "3.0.23",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "4083ad5a17c338266c7e0b74adf6126c55112b0d",
|
||||
"version": "3.0.22",
|
||||
|
Loading…
x
Reference in New Issue
Block a user