Have the Geant4 release directories moved?

I’ve got a batch-submission script to download, build and install Geant4 on our shared system. For obvious reasons, the download URL is included in this script, with the version string as an argument. This script is no longer working for the 10.6 patch-03 download nor for 10.7. The relevant line of the script is:

curl http://geant4-data.web.cern.ch/geant4-data/releases/geant4.${g4ver}.tar.gz|tar -zxf -

Is this no longer the correct URL? Is there an easy way to find out what the correct URL is now?

Ugh. Thrashing about and trying different things, it appears that a working URL is now

https://geant4-data.web.cern.ch/releases/geant4.${g4ver}.tar.gz

Hopefully this will work both moving forward and for past tar-balls.