Thanks, applied as 8667f82dc96c0f99dd95178156a2f60a615ae00b. Michael
[sent from post-receive hook] On Mon, 18 May 2026 09:54:22 +0200, Philipp Zabel <[email protected]> wrote: > Add an --update-checksum option as alias for --update-md5, now that > multiple hash algorithms are supported. > > Keep --update-md5 for backwards compatibility. > > Signed-off-by: Philipp Zabel <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/bin/ptxdist b/bin/ptxdist > index 383b7fc06c87..2557cb9a206a 100755 > --- a/bin/ptxdist > +++ b/bin/ptxdist > @@ -1177,7 +1177,7 @@ parse_first() > # overwrite default from ptxdistrc > export PTXCONF_SETUP_PATCHIN_GIT=y > ;; > - --update-md5) > + --update-checksum|--update-md5) > # overwrite default from ptxdistrc > export PTXCONF_SETUP_CHECK="update" > ;;
