Thanks, applied as bffa011046b9e05992baf8374e34118b31680a49. Michael
[sent from post-receive hook] On Sun, 26 Oct 2025 21:33:03 +0100, Sven Püschel <[email protected]> wrote: > 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]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/rtmpdump.make b/rules/rtmpdump.make > index 81127c23f61b..f70ca734ba44 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)
