What is considered the best way to track versions dependencies of GNOME project like glib, Pango, gtk…
I thought that tracking the git tag would be the best way, today when I am looking into https://gitlab.gnome.org/api/v4/projects/658/repository/tags, glib repo’s tags, I found the latest version is 2.67.1 so, I went through and thought the source will be at https://ftp.gnome.org/pub/gnome/sources/glib/2.67/glib-2.67.1.tar.xz as in it was for 2.67.0, but when I went there I found a 404.
If what I am doing is wrong can anybody help up with getting the latest version programically?