diff options
author | Mart Raudsepp <mart@leio.tech> | 2020-04-01 23:54:39 +0300 |
---|---|---|
committer | GStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2020-04-01 23:34:12 +0000 |
commit | 27143ccf70e333e7c814b94038f0465da5fdeffe (patch) | |
tree | 5d4909799d6f46d35c2807fd7ff55d1fd8344f14 /recipes/srt.recipe | |
parent | 9a161c34872e5c5d953a390c3582912bfd73187e (diff) |
srt: bump to 1.4.1
Diffstat (limited to 'recipes/srt.recipe')
-rw-r--r-- | recipes/srt.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/srt.recipe b/recipes/srt.recipe index 3b6e508b..6dc77534 100644 --- a/recipes/srt.recipe +++ b/recipes/srt.recipe @@ -5,9 +5,9 @@ from cerbero.tools.libtool import LibtoolLibrary class Recipe(recipe.Recipe): name = 'srt' - version = '1.4.0' + version = '1.4.1' url = 'https://github.com/Haivision/srt/archive/v%(version)s.tar.gz' - tarball_checksum = 'c2ba0bb9382ab42f9eebac831dc021e7da26b2971aaeb30a891dd24297bd929c' + tarball_checksum = 'e80ca1cd0711b9c70882c12ec365cda1ba852e1ce8acd43161a21a04de0cbf14' licenses = [License.MPLv2] stype = SourceType.TARBALL btype = BuildType.CMAKE |