mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:39:00 +08:00
[glibmm] update to 2.76.0 (#30807)
* [glibmm] update to 2.76.0 (microsoft#30806) * [glibmm] regenerate version registries (microsoft#30806)
This commit is contained in:
parent
5272ddc90b
commit
f356287482
@ -1,9 +1,9 @@
|
|||||||
# Glib uses winapi functions not available in WindowsStore
|
# Glib uses winapi functions not available in WindowsStore
|
||||||
|
string(REGEX MATCH "^([0-9]*[.][0-9]*)" GLIBMM_MAJOR_MINOR "${VERSION}")
|
||||||
vcpkg_download_distfile(GLIBMM_ARCHIVE
|
vcpkg_download_distfile(GLIBMM_ARCHIVE
|
||||||
URLS "https://ftp.gnome.org/pub/GNOME/sources/glibmm/2.74/glibmm-2.74.0.tar.xz"
|
URLS "https://ftp.gnome.org/pub/GNOME/sources/glibmm/${GLIBMM_MAJOR_MINOR}/glibmm-${VERSION}.tar.xz"
|
||||||
FILENAME "glibmm-2.74.0.tar.xz"
|
FILENAME "glibmm-${VERSION}.tar.xz"
|
||||||
SHA512 29c16a6c921fb135721c39b5328e0b45e09c500c65175199c1ec5ee75bdd5fb907072389c6980da3bf8fac0846235af5580f692706eb00d26947804daa1c99c9
|
SHA512 be49599f5eb8eb5a1cef015cdb37af2564fcd1ea845aa4344804ca5f0f61468949711e25cefebb93219e1be37128ebfdd2a816324e752ac4395b4b87c072fc78
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_extract_source_archive(
|
vcpkg_extract_source_archive(
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "glibmm",
|
"name": "glibmm",
|
||||||
"version": "2.74.0",
|
"version": "2.76.0",
|
||||||
"description": "This is glibmm, a C++ API for parts of glib that are useful for C++.",
|
"description": "This is glibmm, a C++ API for parts of glib that are useful for C++.",
|
||||||
"homepage": "https://www.gtkmm.org.",
|
"homepage": "https://www.gtkmm.org.",
|
||||||
"license": "LGPL-2.1-or-later",
|
"license": "LGPL-2.1-or-later",
|
||||||
|
@ -2813,7 +2813,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"glibmm": {
|
"glibmm": {
|
||||||
"baseline": "2.74.0",
|
"baseline": "2.76.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"glm": {
|
"glm": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "16125400e378b3a45ff56a2f26573d9312ead0d1",
|
||||||
|
"version": "2.76.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "d633ca7a15a77e20cdf515ba74448d59f4e49021",
|
"git-tree": "d633ca7a15a77e20cdf515ba74448d59f4e49021",
|
||||||
"version": "2.74.0",
|
"version": "2.74.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user