There is a new pull request by meator against master on the void-packages repository https://github.com/meator/void-packages dry https://github.com/void-linux/void-packages/pull/38106 New package: dry-0.11.1 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** A patch file from https://github.com/void-linux/void-packages/pull/38106.patch is attached