In RPM build scripts I would like to reference to phar builds with versioned urls. At the moment there is only one URL/file that references the latest build.
It would be nice if you would either make the filenames containing the version (latest could still be symlinked) and/or tag the commits that introduce a new version, so that one would be able to fetch the phar from somehow versioned URLS.
Or any other ideas/suggestions how I could always fetch the right version? I can reference the commit, but then I always have to lookup and exchange the commit-sha1 and not only update the version within my build scripts.
In RPM build scripts I would like to reference to phar builds with versioned urls. At the moment there is only one URL/file that references the latest build. It would be nice if you would either make the filenames containing the version (latest could still be symlinked) and/or tag the commits that introduce a new version, so that one would be able to fetch the phar from somehow versioned URLS.
Or any other ideas/suggestions how I could always fetch the right version? I can reference the commit, but then I always have to lookup and exchange the commit-sha1 and not only update the version within my build scripts.