summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-03-05 11:19:36 +0000
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2024-03-06 01:48:27 +0000
commit53a246a5131bc567ea460dd88f59209947e99595 (patch)
treee3ceed64dfe5187ef05d557c7c2d1fb8ce252eeb
parent42651ea9d43eaf1e31f79fc5de664b6d148cbb15 (diff)
libnice: update to 0.1.22
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1395>
-rw-r--r--recipes/libnice.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libnice.recipe b/recipes/libnice.recipe
index a5b27fb8..95d333b6 100644
--- a/recipes/libnice.recipe
+++ b/recipes/libnice.recipe
@@ -3,11 +3,11 @@ from cerbero.tools.libtool import LibtoolLibrary
class Recipe(recipe.Recipe):
name = 'libnice'
- version = '0.1.21'
+ version = '0.1.22'
stype = SourceType.TARBALL
btype = BuildType.MESON
url = 'https://nice.freedesktop.org/releases/%(name)s-%(version)s.tar.gz'
- tarball_checksum = '72e73a2acf20f59093e21d5601606e405873503eb35f346fa621de23e99b3b39'
+ tarball_checksum = 'a5f724cf09eae50c41a7517141d89da4a61ec9eaca32da4a0073faed5417ad7e'
# Either LGPL-2.1+ or MPL-1.1
licenses = [License.LGPLv2_1Plus, License.MPLv1_1]
meson_options = {'tests' : 'disabled',