Skip to content

Commit

Permalink
[glib] Update glib to 2.76.3 (#31786)
Browse files Browse the repository at this point in the history
* [glib] Update glib to 2.76.3 (#31785)

* [glib] regenerate versions repository (#31785)
  • Loading branch information
SchaichAlonso committed Jun 7, 2023
1 parent 22c84a2 commit 0f8a0f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/glib/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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 5a99723d72ae987999bdf3eac4f3cabe2e014616038f2006e84060b97d6d290b7d44a20d700e9c0f4572a6defed56169f624bcd21b0337f32832b311aa2737e6
SHA512 291b8913918d411b679442b888f56893a857a77decfe428086c8bd1da1949498938ddb0bf254ed99d192e4a09b5e8cee1905fd6932ee642463fb229cac7c226e
)

vcpkg_extract_source_archive(SOURCE_PATH
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.76.2",
"version": "2.76.3",
"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 @@ -2841,7 +2841,7 @@
"port-version": 2
},
"glib": {
"baseline": "2.76.2",
"baseline": "2.76.3",
"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": "32c3e0235a72e62db8c1b248e3096c1d51415ba7",
"version": "2.76.3",
"port-version": 0
},
{
"git-tree": "219fb684c85e933ff56764423c86055a7a23ee62",
"version": "2.76.2",
Expand Down

0 comments on commit 0f8a0f0

Please sign in to comment.