Skip to content

Commit

Permalink
[glib] update to 2.76.1 (#30809)
Browse files Browse the repository at this point in the history
* [glib] update to 2.76.1 (#30808)

* [glib] regenerate version registries (#30808)
  • Loading branch information
SchaichAlonso committed Apr 13, 2023
1 parent 0e8ab9a commit 5272ddc
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 812834ca6d840dd9c15c0689685d8bd96f4acd69a89213f807a75732d1aa5efadbed0e0073f05a56a09beb2d4f0be1b83a4642259682aac84302632da2d62370
SHA512 7ab8740925fa4ed2d860a35544c475ae905df5fa7fc0cc64ffa8c543df6073794e44c8ff39e3e1de1d677016ef9d27e9bc709d2505d13090faa8d6c47cd64bd0
)

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.0",
"port-version": 1,
"version": "2.76.1",
"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 @@ -2809,8 +2809,8 @@
"port-version": 1
},
"glib": {
"baseline": "2.76.0",
"port-version": 1
"baseline": "2.76.1",
"port-version": 0
},
"glibmm": {
"baseline": "2.74.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": "c44e4f3f2265fbdb713b8fecc8dd15418d99021e",
"version": "2.76.1",
"port-version": 0
},
{
"git-tree": "e08d2fbb65a5c4cb8a38c83726b35fe5f89dc785",
"version": "2.76.0",
Expand Down

0 comments on commit 5272ddc

Please sign in to comment.