From c951a799b140fe3fe780302bd871be7f312964f8 Mon Sep 17 00:00:00 2001 From: Frank <65999885+FrankXie05@users.noreply.github.com> Date: Wed, 31 Jan 2024 04:37:31 +0800 Subject: [PATCH] [libraw] Update version to 0.21.2 (#36460) * [libraw] Update version to 0.21.2 * version --- ports/libraw/portfile.cmake | 2 +- ports/libraw/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/l-/libraw.json | 5 +++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ports/libraw/portfile.cmake b/ports/libraw/portfile.cmake index 33efb2361a..34c53024a0 100644 --- a/ports/libraw/portfile.cmake +++ b/ports/libraw/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO LibRaw/LibRaw REF "${VERSION}" - SHA512 6cea6d859961d713382a9017107c730c7a8777be85d454bd05f1417a69fda902aa9591151eac5f4bd231ce2a86fc39da56e3a024104101f24d6069197fcabbc7 + SHA512 a8b0ec275cc0055d6eb2069008c3312ae007cd86e481111f68d5d60544afcd76b728f8418bf63a80d35d7d00283536da63e03f5eecb4cc28f4cc8d92070e8b39 HEAD_REF master ) diff --git a/ports/libraw/vcpkg.json b/ports/libraw/vcpkg.json index 67a713d0ea..f45b3ff64a 100644 --- a/ports/libraw/vcpkg.json +++ b/ports/libraw/vcpkg.json @@ -1,7 +1,6 @@ { "name": "libraw", - "version": "0.21.1", - "port-version": 3, + "version": "0.21.2", "description": "raw image decoder library", "homepage": "https://www.libraw.org", "license": "LGPL-2.1-only OR CDDL-1.0", diff --git a/versions/baseline.json b/versions/baseline.json index 7457c90007..b235da4a74 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4761,8 +4761,8 @@ "port-version": 0 }, "libraw": { - "baseline": "0.21.1", - "port-version": 3 + "baseline": "0.21.2", + "port-version": 0 }, "librdkafka": { "baseline": "2.3.0", diff --git a/versions/l-/libraw.json b/versions/l-/libraw.json index 88d8717e5f..5e5b2e1f61 100644 --- a/versions/l-/libraw.json +++ b/versions/l-/libraw.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "02d6abd8ed64b06dde0b3b029c39f30819eea276", + "version": "0.21.2", + "port-version": 0 + }, { "git-tree": "3a10e9f3c0a023e53a82eb8408365f50e6825e80", "version": "0.21.1",