diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2024-05-15 14:35:46 +0530 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2024-05-21 12:48:33 +0000 |
commit | c2ce5c935db135dd8403bcf6628c2bee132d0c4d (patch) | |
tree | 7f919aadfad64dd39f9c78b86b7c7f58aea93b4d | |
parent | 962a95eb506dabd83687bb3d18f30cc23311bd05 (diff) |
srt.recipe: Bump to 1.5.3
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1473>
-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 |