Page 1 of 1

Url to check for new version

Posted: June 14th, 2023, 4:16 pm
by ScaryGary
I'm running sabnzbd in a jail on truenas core and since the ports version is really behind, I'm downloading the source every time there's an upgrade. I've created a script that does all the heavy lifting, but I still have to manually download the new version and unpack it before I run the script. I'd like to incorporate all that stuff into the script as well. I just don't know how to check for a new version from the command line. Is there an api or an rss feed I can use?

Re: Url to check for new version

Posted: June 15th, 2023, 5:04 am
by safihre
Yes there's the Github releases api that returns it in xml.

Or you can parse this file on master branch:
https://raw.githubusercontent.com/sabnz ... version.py