summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-03-05 11:19:36 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-03-08 19:06:40 +0000
commitb9d0b0b4c16eeca1af468dda8afcc28fa6c913b0 (patch)
tree78cc4a331b995fa2b9bb99f06e53e36af1780ddb /recipes
parent4b99240d3cf5639f6594a7d6d5b8dc3ae9c5eefa (diff)
libnice: update to 0.1.22
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1399>
Diffstat (limited to 'recipes')
-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',