diff options
| author | Tim-Philipp Müller <tim@centricular.com> | 2026-07-20 20:11:40 +0100 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.com> | 2026-07-20 20:11:40 +0100 |
| commit | 3da62fd0d5a076c87aa5b89e9744eaa8b497b3be (patch) | |
| tree | 628145c4554aa87af5cf444545040ce5bf361f0b | |
| parent | 67b88569587115cb7cb7ae8ae8f097781344519f (diff) | |
srt: fix v1.5.6 release tarball hash
It looks like the release tag and/or tarball were regenerated shortly
after the original v1.5.6 release, because the originally downloaded
tarball didn't contain the latest commit with the security fix and
the cmake version bump to 1.5.6.
| -rw-r--r-- | recipes/srt.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/srt.recipe b/recipes/srt.recipe index cdbcc80c..24d78894 100644 --- a/recipes/srt.recipe +++ b/recipes/srt.recipe @@ -9,7 +9,7 @@ class Recipe(recipe.Recipe): name = 'srt' version = '1.5.6' url = 'https://github.com/Haivision/srt/archive/v%(version)s.tar.gz' - tarball_checksum = '788a36c6739d9d2076ea53a4021ad36ab421a671eca4a79c8d7ca68257cc03a3' + tarball_checksum = '2c4980c2c4cfd142d21b829d939dc51db9c6628af5967fff62fd7290769569c7' licenses = [License.MPLv2] stype = SourceType.TARBALL btype = BuildType.CMAKE |
