summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-04-25 10:33:42 +0100
committerTim-Philipp Müller <tim@centricular.com>2024-04-25 10:33:42 +0100
commit768a31b0d4c5554cd617ca14f9a19b882319732b (patch)
treebaa63cfb000ec9dece7bb70e87fdedc94376a6d3
parent8e9831db6323efde6e7bd2964eb8e5c42835ca28 (diff)
fribidi: bump to 1.0.14
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1458>
-rw-r--r--recipes/fribidi.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/fribidi.recipe b/recipes/fribidi.recipe
index 9d6cafd9..a6897681 100644
--- a/recipes/fribidi.recipe
+++ b/recipes/fribidi.recipe
@@ -4,11 +4,11 @@ from cerbero.tools.libtool import LibtoolLibrary
class Recipe(recipe.Recipe):
name = 'fribidi'
- version = '1.0.12'
+ version = '1.0.14'
stype = SourceType.TARBALL
btype = BuildType.MESON
url = 'https://github.com/fribidi/fribidi/releases/download/v%(version)s/fribidi-%(version)s.tar.xz'
- tarball_checksum = '0cd233f97fc8c67bb3ac27ce8440def5d3ffacf516765b91c2cc654498293495'
+ tarball_checksum = '76ae204a7027652ac3981b9fa5817c083ba23114340284c58e756b259cd2259a'
licenses = [License.LGPLv2_1Plus]
# gen.tab/gen-unicode-version needs to be built and run during compilation