diff options
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 94168dd3..90aef2d8 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.3' + version = '1.5.3' url = 'https://github.com/Haivision/srt/archive/v%(version)s.tar.gz' - tarball_checksum = 'c06e05664c71d635c37207a2b5a444f2c4a95950a3548402b3e0c524f735b33d' + tarball_checksum = 'befaeb16f628c46387b898df02bc6fba84868e86a6f6d8294755375b9932d777' licenses = [License.MPLv2] stype = SourceType.TARBALL btype = BuildType.CMAKE |