From f8ad7dd004e882bf6928836c16481662f4ca4a82 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:38:44 +0800 Subject: [PATCH] [jasper] update to 4.2.1 (#37136) - [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. --- ports/jasper/portfile.cmake | 2 +- ports/jasper/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/j-/jasper.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/jasper/portfile.cmake b/ports/jasper/portfile.cmake index 00e8d0ce43..16a22adec5 100644 --- a/ports/jasper/portfile.cmake +++ b/ports/jasper/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO jasper-software/jasper REF "version-${VERSION}" - SHA512 31da8f49cec3ba2a3bb9ba40fa54fe64c97d1e564631c980619f0b3ffca36814adc6c2cb8dc1ead774a15546f308e7a33990821538d1e7b6c885b14ed4e1f711 + SHA512 2da4b72e7566fb3f1240fe8e058f2801642d2a2a8bed6e89f1a32209d22d715bff811a99102ba2cfe0eb566f0fb2292bbefffe75a17011995e35ab8f6bc8a417 HEAD_REF master PATCHES no_stdc_check.patch diff --git a/ports/jasper/vcpkg.json b/ports/jasper/vcpkg.json index 7e4e52b440..d8352d8433 100644 --- a/ports/jasper/vcpkg.json +++ b/ports/jasper/vcpkg.json @@ -1,6 +1,6 @@ { "name": "jasper", - "version": "4.2.0", + "version": "4.2.1", "description": "Open source implementation of the JPEG-2000 Part-1 standard", "homepage": "https://github.com/jasper-software/jasper", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index d11f2ced38..cad6b6073c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3677,7 +3677,7 @@ "port-version": 1 }, "jasper": { - "baseline": "4.2.0", + "baseline": "4.2.1", "port-version": 0 }, "jbig2dec": { diff --git a/versions/j-/jasper.json b/versions/j-/jasper.json index 7bc002906f..c80f0f81aa 100644 --- a/versions/j-/jasper.json +++ b/versions/j-/jasper.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4c3bc011eb133f1203cd2c41da885725e7cc99e0", + "version": "4.2.1", + "port-version": 0 + }, { "git-tree": "e7c4fac8db3b39fcce348be5b8d1140a753197ed", "version": "4.2.0",