New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/45816#issuecomment-1697890493 Comment: The `version` variable should never contain variables to expand; literal strings only. You can use something like `version=1.7.0.stable3` and, in the `distfiles`, use `${version/.stable/-stable}`.