On Fri, Oct 24, 2025 at 08:20:41AM +0200, Sven Püschel wrote: > The double md5 sum seems to be introduced by mistake.
No, the hash changed with the new URL because the prefix inside the archive changed. The two md5s where there so that having tarballs from the old URL caches will not break the build. > > Signed-off-by: Sven Püschel Missing address. Michael > --- > 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 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
