The new neomutt version uses this version number, how do I lose the
extra dashes?
The files are named like the tag in Git and they changed that format
with the last release it seems.
Rename the tar package after the download? Remove them from the build folder
before the upload?
Are there some reccomended practices?
Something along these lines should do it:
--8<---------------cut here---------------start------------->8---
TAG="2019-10-25"
SRC_URI="
https://github.com/neomutt/neomutt/archive/${TAG}.tar.gz#/${P}.tar.gz
https://github.com/neomutt/neomutt/archive/${TAG}tar.gz.sig#/${P}.tar.gz.sig
"
SRC_DIR="neomutt-${TAG}"
--8<---------------cut here---------------end--------------->8---
Another way would probably be to have ORIG_PN and NAME set differently,
but I haven't used that yet.
Ok, thank you for the hints
Also, you should send the announcement to the announcement mailing list,
not cygwin-apps.
Oops, again, my fault.
Regards,
Achim.
Federico