ID:260801
 
I would like to automatically update an installation of BYOND on a Linux server by contacting the BYOND website and requesting the latest version.

My only request be that a text file is created at http://www.byond.com/download/version.txt that contains the latest version number for BYOND so my program can check solely for that number to change instead of having to check the main download page.

Thanks.
Android Data wrote:
I would like to automatically update an installation of BYOND on a Linux server by contacting the BYOND website and requesting the latest version.

My only request be that a text file is created at http://www.byond.com/download/version.txt that contains the latest version number for BYOND so my program can check solely for that number to change instead of having to check the main download page.

Thanks.

That's a neat idea, as well as reducing bandwidth usage it's also makes the process of "parsing the correct information needed to check if a new download is available" damn easy.
Bump! Please? Or perhaps a http://byond.com/download?format=text that outputs information in the same way savefiles do. I'd really like to be able to properly determine the latest version of BYOND available, since I want to write an auto-updater for Linux.
In response to Android Data
You could use http://www.byond.com/hub/Dantom/BYOND?format=text but that won't include a download link and it will only give the latest official release.
In response to Nadrew
Nadrew wrote:
You could use http://www.byond.com/hub/Dantom/BYOND?format=text but that won't include a download link and it will only give the latest official release.

That's helpful enough. Thanks!