From 30609b0388a25cf5cd9fc99f9fc05f6d830c573f Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:09:06 +0800 Subject: [PATCH] [libics] update to 1.6.8 (#41374) --- ports/libics/portfile.cmake | 2 +- ports/libics/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/libics.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/libics/portfile.cmake b/ports/libics/portfile.cmake index 1a8350bc14..54be57d8e4 100644 --- a/ports/libics/portfile.cmake +++ b/ports/libics/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO svi-opensource/libics REF "${VERSION}" - SHA512 290d6d7bd3f5611d0b46aa6406ef10449ee768bc14d0b34f0bb365ca46f98b7fd4065c94fd9594e357427a4d0644f2724a1f773c7f3b43adc3db2389b94ee88e + SHA512 0eba280c1174cbd0e1fe6da1502345720793df2f3f6ec31fe0043d79a31d7b79cac5d7da726891faacedc91056e6337a3a694e50d0baafa08314a2867ff3e62f HEAD_REF master PATCHES fix-integral-include.patch ) diff --git a/ports/libics/vcpkg.json b/ports/libics/vcpkg.json index 444c9aa0ae..c70580f33c 100644 --- a/ports/libics/vcpkg.json +++ b/ports/libics/vcpkg.json @@ -1,6 +1,6 @@ { "name": "libics", - "version": "1.6.6", + "version": "1.6.8", "description": "Reference library for ICS (Image Cytometry Standard), an open standard for writing images of any dimensionality and data type to file, together with associated information regarding the recording equipment or recorded subject.", "homepage": "https://github.com/svi-opensource/libics", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index e2a3953613..942e1776e3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4629,7 +4629,7 @@ "port-version": 4 }, "libics": { - "baseline": "1.6.6", + "baseline": "1.6.8", "port-version": 0 }, "libid3tag": { diff --git a/versions/l-/libics.json b/versions/l-/libics.json index 5c75972179..0c165c987a 100644 --- a/versions/l-/libics.json +++ b/versions/l-/libics.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "52843a6b1d983426e492b9046056e16df6f1f4bc", + "version": "1.6.8", + "port-version": 0 + }, { "git-tree": "dd79bb59a4716358360e475a7aaa3ec6a20c80e1", "version": "1.6.6",