TZUpdater 2.1.0 is failing with tzdata2016g release. For Java 8 it fails with \"Source directory does not contain file: VERSION\" error, while it completes with \"JRE update
oneliner for the lazy ones:
curl https://github.com/anlcan/tzupdate/raw/master/tzupdate.zip -o tzup.zip && unzip tzup.zip && cd tzup && sh run.sh
tzupdate.zip file contains the tzdata2016g.tar.gz
, the correct hash tzdata2016g.tar.gz.sha512
and the script with the java tzupdate command. You can find the zip file here: https://github.com/anlcan/tzupdate .