Hello, On Fri, Jul 22, 2016 at 12:11:35PM -0400, Leo Famulari wrote: > > + (uri (string-append "mirror://sourceforge/wxwindows/" > > upstream-version > > + "/wxWidgets-" upstream-version ".tar.bz2")) > Without noticing, I changed the wxwidgets-2.8 URL from the following while > "fixing" changed SourceForge URLs recently: > mirror://sourceforge/wxwindows/wxGTK-" version ".tar.gz > Notice that the tarball name changed from 'wxGTK' to 'wxWidgets'. > So, upstream did not change the package in place. We started fetching > something else accidentally. > Which URL is correct?
I went to what looks like the official web page: https://www.wxwidgets.org/ The given link to the download of the latest release is https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.0/wxWidgets-3.1.0.tar.bz2 For the 2.8 series, they give this: https://github.com/wxWidgets/wxWidgets/releases/download/v2.8.12/wxGTK-2.8.12.tar.gz Its hash is the same as what we have in the source. So I will update the URLs. Andreas