The double md5 sum was a result from a URL change without a new version. Therefore two md5 sums were valid ones to keep the cached downloads valid. As we now update the version, we don't have existing versions in the cache and thereore can only use the md5 for the current URL.
Signed-off-by: Sven Püschel <[email protected]> --- rules/rtmpdump.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/rtmpdump.make b/rules/rtmpdump.make index 81127c23f..f70ca734b 100644 --- a/rules/rtmpdump.make +++ b/rules/rtmpdump.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_RTMPDUMP) += rtmpdump # Paths and names # # No tags: use a fake descriptive commit-ish to include the date -RTMPDUMP_VERSION := 2021-02-19-gf1b83c10d8be -RTMPDUMP_MD5 := 33390d59c4eac5ae34ac155804d44fb6 b0f9380fc56d42e5a12094c467188de9 +RTMPDUMP_VERSION := 2024-03-01-g6f6bb1353fc8 +RTMPDUMP_MD5 := 0e47613afcf77bf039fe6761f7b6c1f6 RTMPDUMP := rtmpdump-$(RTMPDUMP_VERSION) RTMPDUMP_SUFFIX := tar.gz RTMPDUMP_URL := git+https://git.ffmpeg.org/rtmpdump.git;tag=$(RTMPDUMP_VERSION) -- 2.47.3
