summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2023-06-27 11:57:23 +0100
committerTim-Philipp Müller <tim@centricular.com>2023-06-27 14:21:22 +0100
commit1021df75ca72c6a939f4864cb12461816dc8d811 (patch)
treed21735ff1cd3e21d9c57031b526930a0697fed08 /recipes
parentec76a2bcf675df584c88aebac5098b90ac76c7c0 (diff)
libsoup: update to 2.74.3
Fixes #435 Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1210>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/libsoup.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libsoup.recipe b/recipes/libsoup.recipe
index d6512745..9a3d0143 100644
--- a/recipes/libsoup.recipe
+++ b/recipes/libsoup.recipe
@@ -4,12 +4,12 @@ from cerbero.tools.libtool import LibtoolLibrary
class Recipe(recipe.Recipe):
name = 'libsoup'
- version = '2.68.3'
+ version = '2.74.3'
licenses = [License.LGPLv2Plus]
stype = SourceType.TARBALL
btype = BuildType.MESON
url = 'gnome://'
- tarball_checksum = '534bb08e35b0ff3702f3adfde87d3441e27c12f9f5ec351f056fe04cba02bafb'
+ tarball_checksum = 'e4b77c41cfc4c8c5a035fcdc320c7bc6cfb75ef7c5a034153df1413fa1d92f13'
meson_options = {'gnome': 'false', 'vapi': 'disabled', 'tls_check': 'false', 'tests' : 'false'}
deps = ['libxml2', 'glib', 'glib-networking', 'libpsl']