module contain pre-compiled C files from the Vala sources. These can be used
to bootstrap `valac`.
-Source tarballs can be downloaded via:
+Current releases of source tarballs can be downloaded via:
-https://wiki.gnome.org/Projects/Vala/Release
+https://wiki.gnome.org/Projects/Vala
or the vala-bootstrap module is available at:
```sh
git clone https://gitlab.gnome.org/GNOME/vala
cd vala
-VALAC=/opt/vala-bootstrap/bin/vala ./autogen.sh
+VALAC=/opt/vala-bootstrap/bin/valac ./autogen.sh
make && sudo make install
```