Thanks, applied as 6ea80b094ae63b18aad20e8717cb7274ddb03ca4. Michael
[sent from post-receive hook] On Sat, 05 Jul 2025 10:22:18 +0200, Thorsten Scherer <[email protected]> wrote: > The download URL does not match the expected regex. As a consequence the > report generation aborts with: > > Report Generation failed: platsch: url > "https://github.com/pengutronix/platsch/archive/refs/tags//v2024.08.0.tar.gz" > should match purl pattern > > Fix it. > > Signed-off-by: Thorsten Scherer <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/platsch.make b/rules/platsch.make > index 4bf5c4ebbf52..12ad0bfe7535 100644 > --- a/rules/platsch.make > +++ b/rules/platsch.make > @@ -18,7 +18,7 @@ PLATSCH_VERSION := v2024.08.0 > PLATSCH_MD5 := f71c2c60acb8ef221f3cc5612e6a920e > PLATSCH := platsch-$(PLATSCH_VERSION) > PLATSCH_SUFFIX := tar.gz > -PLATSCH_URL := > https://github.com/pengutronix/platsch/archive/refs/tags//$(PLATSCH_VERSION).$(PLATSCH_SUFFIX) > +PLATSCH_URL := > https://github.com/pengutronix/platsch/archive/refs/tags/$(PLATSCH_VERSION).$(PLATSCH_SUFFIX) > PLATSCH_SOURCE := $(SRCDIR)/$(PLATSCH).$(PLATSCH_SUFFIX) > PLATSCH_DIR := $(BUILDDIR)/$(PLATSCH) > PLATSCH_LICENSE := 0BSD
