diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-09-09 01:00:41 +0530 |
---|---|---|
committer | Sebastian Dröge <slomo@coaxion.net> | 2023-01-12 21:57:08 +0000 |
commit | b9e25a1600d70feb61361efc9b7d0a4d418e1d9e (patch) | |
tree | 954791370de536ec3bd6998a4ffb13e49c449f7e /recipes/glib-networking.recipe | |
parent | a20e91f3309d03dca0b5b419477f0ec96014da7e (diff) |
glib-networking.recipe: Bump to 2.74.0
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/864>
Diffstat (limited to 'recipes/glib-networking.recipe')
-rw-r--r-- | recipes/glib-networking.recipe | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes/glib-networking.recipe b/recipes/glib-networking.recipe index 4f3e3fb4..6b56a1ac 100644 --- a/recipes/glib-networking.recipe +++ b/recipes/glib-networking.recipe @@ -5,15 +5,12 @@ from cerbero.tools.libtool import LibtoolLibrary class Recipe(recipe.Recipe): name = 'glib-networking' - version = '2.62.3' + version = '2.74.0' licenses = [{License.LGPLv2Plus: None, License.Misc: ['LICENSE_EXCEPTION']}] stype = SourceType.TARBALL btype = BuildType.MESON url = 'gnome://' - tarball_checksum = '8ca1f86f23a76b5c7640624f7d5490705c78e81375e1741c9a1c41ce7f8f7ff7' - - # Taken from upstream remove on bump - patches = [name + '/0001-meson-use-c-std-c99.patch'] + tarball_checksum = '1f185aaef094123f8e25d8fa55661b3fd71020163a0174adb35a37685cda613b' meson_options = {'libproxy': 'disabled', 'gnome_proxy': 'disabled', 'gnutls': 'disabled', 'openssl': 'enabled', |