There's a closed pull request on the void-packages repository New package: dry-0.11.1 https://github.com/void-linux/void-packages/pull/38106 Description: I've included a flag in `go_ldflags` that sets the version, but `dry` also expects `github.com/moncho/dry/version.GITCOMMIT` to contain the git revision of `dry`. I haven't included it because using git to retreive it from the version tag or explicitly specifying the commit in a custom variable isn't worth it in my opinion. Because of this, `dry -v` now shows: ``` dry version 0.11.1, build ``` without a newline at the end. #### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**