Arguably an issue with esmakefile-cmake. The download URL for the source package is https://github.com/gulachek/msgstream/releases/download/v0.3.2/msgstream-0.3.2.tgz
The version is already in the URI, and it's redundant to have it in the filename, too.
I believe that changing this to something like msgstream-src.tgz would allow a download URL like https://github.com/gulachek/msgstream/releases/download/latest/msgstream-src.tgz
That way someone could always download the latest version. While that might not always be what someone wants, it does seem like a feature.
In general this isn't super important. Having versions is often desirable.
Arguably an issue with esmakefile-cmake. The download URL for the source package is
https://github.com/gulachek/msgstream/releases/download/v0.3.2/msgstream-0.3.2.tgzThe version is already in the URI, and it's redundant to have it in the filename, too.
I believe that changing this to something like
msgstream-src.tgzwould allow a download URL likehttps://github.com/gulachek/msgstream/releases/download/latest/msgstream-src.tgzThat way someone could always download the latest version. While that might not always be what someone wants, it does seem like a feature.
In general this isn't super important. Having versions is often desirable.