Skip to content

Commit

Permalink
[Glib] update to 2.75.1 (#28546)
Browse files Browse the repository at this point in the history
* [glib] update to 2.75.1

* v db
  • Loading branch information
Neumann-A committed Dec 27, 2022
1 parent 38b53e8 commit c61d55d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 1 addition & 5 deletions ports/glib/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ string(REGEX MATCH "^([0-9]*[.][0-9]*)" GLIB_MAJOR_MINOR "${VERSION}")
vcpkg_download_distfile(GLIB_ARCHIVE
URLS "https://download.gnome.org/sources/glib/${GLIB_MAJOR_MINOR}/glib-${VERSION}.tar.xz"
FILENAME "glib-${VERSION}.tar.xz"
SHA512 0402c063975680ff2385876f521b37aa4cc599d2570eb79976ad2a1b530e47a086d514fe122fd870b4a8f7358f48c926285694d153cc2c32cf6963ed2d5da9d9
SHA512 4338bf3e42ccbf3679f60b917194070040ff94ba3643121e8916180d6949f3b8cc308b6ad73912bebcb53a29920954bcfb2216bacca0503473a897f1fd023981
)

vcpkg_extract_source_archive(SOURCE_PATH
Expand All @@ -30,10 +30,6 @@ else()
list(APPEND OPTIONS -Dlibmount=disabled)
endif()

if(VCPKG_TARGET_IS_WINDOWS)
list(APPEND OPTIONS -Diconv=external)
endif()

vcpkg_configure_meson(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion ports/glib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glib",
"version": "2.75.0",
"version": "2.75.1",
"description": "Portable, general-purpose utility library.",
"homepage": "https://developer.gnome.org/glib/",
"license": "LGPL-2.1-or-later",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2669,7 +2669,7 @@
"port-version": 0
},
"glib": {
"baseline": "2.75.0",
"baseline": "2.75.1",
"port-version": 0
},
"glibmm": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/glib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8f7840ed02d20169b1610123b0f35463c81c523d",
"version": "2.75.1",
"port-version": 0
},
{
"git-tree": "d3b428570b820ec1fbedbb37a651c1e1ddcbb91f",
"version": "2.75.0",
Expand Down

0 comments on commit c61d55d

Please sign in to comment.