From 792a929a15c28ec7551ce60d54f69c7fd8376c81 Mon Sep 17 00:00:00 2001 From: Ian Grunert Date: Tue, 10 Feb 2026 18:08:42 -0500 Subject: [PATCH] Update versions DB for ICU and meson --- ports/icu/vcpkg.json | 1 + versions/baseline.json | 6 +++++- versions/i-/icu.json | 5 +++++ versions/v-/vcpkg-tool-meson.json | 9 +++++++++ 4 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 versions/v-/vcpkg-tool-meson.json diff --git a/ports/icu/vcpkg.json b/ports/icu/vcpkg.json index c7599bd..47e403b 100644 --- a/ports/icu/vcpkg.json +++ b/ports/icu/vcpkg.json @@ -1,6 +1,7 @@ { "name": "icu", "version": "77.1.0", + "port-version": 1, "description": "ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software.", "homepage": "http://site.icu-project.org", "license": "ICU", diff --git a/versions/baseline.json b/versions/baseline.json index c1fbbde..0ea3d18 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -10,12 +10,16 @@ }, "icu": { "baseline": "77.1.0", - "port-version": 0 + "port-version": 1 }, "openssl": { "baseline": "libressl", "port-version": 0 }, + "vcpkg-tool-meson": { + "baseline": "1.9.0", + "port-version": 3 + }, "zlib": { "baseline": "zlib-ng", "port-version": 0 diff --git a/versions/i-/icu.json b/versions/i-/icu.json index 55fc37d..58ef2b7 100644 --- a/versions/i-/icu.json +++ b/versions/i-/icu.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "34ccf9737b64c2d689e9df0d324f4cb9da0f6054", + "version": "77.1.0", + "port-version": 1 + }, { "git-tree": "ea40f10ddf278b30180b541393a9045baebe740c", "version": "77.1.0", diff --git a/versions/v-/vcpkg-tool-meson.json b/versions/v-/vcpkg-tool-meson.json new file mode 100644 index 0000000..652d5de --- /dev/null +++ b/versions/v-/vcpkg-tool-meson.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "fda6ad32e62d9157e3329ba556fa973df3a8e05c", + "version": "1.9.0", + "port-version": 3 + } + ] +}