Skip to content

Commit

Permalink
[glib] Update version to 2.76.5 (#33696)
Browse files Browse the repository at this point in the history
* [glib] Update version to 2.76.5

* version
  • Loading branch information
FrankXie05 committed Sep 13, 2023
1 parent 100c344 commit ba3a8ac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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 291b8913918d411b679442b888f56893a857a77decfe428086c8bd1da1949498938ddb0bf254ed99d192e4a09b5e8cee1905fd6932ee642463fb229cac7c226e
SHA512 190a98e9a0ebb802a31b511e95725ed1fec9d750aed6bd87f14f3047d1f1d79458be3fa954fd6eb9af9f481a8deeaae73c95c990f5aa002a4b1166372ed4c4f1
)

vcpkg_extract_source_archive(SOURCE_PATH
Expand Down
3 changes: 1 addition & 2 deletions ports/glib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "glib",
"version": "2.76.3",
"port-version": 3,
"version": "2.76.5",
"description": "Portable, general-purpose utility library.",
"homepage": "https://developer.gnome.org/glib/",
"license": "LGPL-2.1-or-later",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2917,8 +2917,8 @@
"port-version": 2
},
"glib": {
"baseline": "2.76.3",
"port-version": 3
"baseline": "2.76.5",
"port-version": 0
},
"glibmm": {
"baseline": "2.76.0",
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": "4ae4475a91c8ec7f156e5904da9f0c3f02224cdc",
"version": "2.76.5",
"port-version": 0
},
{
"git-tree": "ac7af1a224e7dfe9c18e629bf8de7798a0cda932",
"version": "2.76.3",
Expand Down

0 comments on commit ba3a8ac

Please sign in to comment.