I have a script that checks that the version on my server is up to date (and installs the latest if necessary).
It uses the rss feed to check on the latest version and the file to down load for the Image::Exiftool libraries.
Is this the best / most reliable method?
The best way to get the current version is to check this file:
https://exiftool.org/ver.txt
- Phil
Thanks a lot - can I assume you will keep the same format for the download URL? i.e. https://exiftool.org/Image-ExifTool-11.93.tar.gz
Yes.