On Fri, 1 Aug 2025 08:46:57 +0200 (CEST), Laurent Cheylus <f...@free.fr> wrote:
> Hi Daniel > > ----- Mail original ----- > > On Thu, 31 Jul 2025 17:04:54 +0200 (CEST), Laurent Cheylus > > <f...@free.fr> wrote: > > > update for devel/goreleaser to the latest version 2.11.2. > (...) > > Out of curiosity, why did you switch this? > > > > -post-build: > > +pre-install: > > ${MODGO_WORKSPACE}/bin/goreleaser completion bash > > > ${WRKSRC}/completion.bash > > ${MODGO_WORKSPACE}/bin/goreleaser completion fish > > > ${WRKSRC}/completion.fish > > ${MODGO_WORKSPACE}/bin/goreleaser completion zsh > > > ${WRKSRC}/completion.zsh > > To simplify build: > - completion scripts for Bash/Fish/Zsh are regenerated only during > 'make fake' > - 'build' step is now only for compilation of goreleaser binary Alright, I committed the diff, thanks!