diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2024-06-17 20:22:11 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2024-11-26 00:07:46 -0500 |
commit | 3835a8fb111a60cebb681109319c6705883524bd (patch) | |
tree | 3b8df1c0d52c7e6da87f8e33fa5615ddc849ca81 /src/plugins | |
parent | d05f16d1247e27695a92b2e3e871ce42e94a08c4 (diff) |
build: add SHA256 checksums for downloaded dependencies
- Replace md5sum with sha256sum for verification of downloaded
external and optional dependencies.
Type: improvement
Change-Id: I52c96098d3cfd4c1eaf599da44a7b859ad24f1a4
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/srtp/srtp_plugin.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/srtp/srtp_plugin.rst b/src/plugins/srtp/srtp_plugin.rst index 568ebb66f01..bbc44735631 100644 --- a/src/plugins/srtp/srtp_plugin.rst +++ b/src/plugins/srtp/srtp_plugin.rst @@ -48,9 +48,9 @@ Custom libsrtp2 build :: - srtp_version := 2.3.0 - srtp_tarball := srtp_$(srtp_version).tar.gz - srtp_tarball_md5sum := da38ee5d9c31be212a12964c22d7f795 + srtp_version := 2.6.0 + srtp_tarball := libsrtp_$(srtp_version).tar.gz + srtp_tarball_sha256sum := bf641aa654861be10570bfc137d1441283822418e9757dc71ebb69a6cf84ea6b srtp_tarball_strip_dirs := 1 srtp_url := https://github.com/cisco/libsrtp/archive/v$(srtp_version).tar.gz |