go-task / task

A task runner / simpler Make alternative written in Go
https://taskfile.dev
MIT License
11.56k stars 618 forks source link

fix: checksum override when passed via ldflags #1830

Closed grawlinson closed 2 months ago

grawlinson commented 2 months ago

PR #1711 fixed variable version being overridden, this PR ensures that the same does not happen to sum.

EDIT: This patch is being shipped in the go-task package for Arch Linux.