On 29/01/2019 09:33, Barry Jackson wrote:
On 28/01/2019 23:45, Bill Somerville wrote:
On 28/01/2019 22:40, Barry Jackson wrote:
Hi Barry,
the best I can think of is this:
https://sourceforge.net/projects/wsjt/files/
......
Hi Bill,
That will do nicely, I don't know how I failed to find that page!
[baz@leno ~]$ lynx --dump
https://sourceforge.net/projects/wsjt/files/|grep "/files/wsjtx-"|head
-n1|cut -d- -f2|cut -d/ -f1
2.0.0
It's obviously not bomb proof but it will suffice for my purpose :)
Many thanks,
73
Barry
G4MKT
Hi Barry,
you asked for a web page. If you want a more reliable list of releases,
that isn't prone to SourceForge changing the format of that web page,
you should clone the git repo and use the following two commands to get
an up to date list of GA releases:
git fetch ; git tag --sort=version:refname -l 'wsjtx-*' | grep -v 'rc'
or if you want it with the newest first:
git fetch ; git tag --sort=-version:refname -l 'wsjtx-*' | grep -v 'rc'
73
Bill
G4WJS.
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel