]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
docs: Bump vala version references in README.md
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 25 Sep 2021 13:35:42 +0000 (15:35 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 4 Oct 2021 12:08:41 +0000 (14:08 +0200)
README.md

index 50c67601e4af4898ac0e68e5ffde09230716d33e..e9222db68ba6a35d6f47f5c69e6e3c93c645f18e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -87,10 +87,10 @@ https://gitlab.gnome.org/Archive/vala-bootstrap
 
 
 Here is an example on how to download and compile from a Vala release tarball.
-In this example it is release version 0.42.3:
+In this example it is release version 0.48.19:
 
 ```sh
-curl --silent --show-error --location https://download.gnome.org/sources/vala/0.42/vala-0.42.3.tar.xz --output vala-bootstrap.tar.xz
+curl --silent --show-error --location https://download.gnome.org/sources/vala/0.48/vala-0.48.19.tar.xz --output vala-bootstrap.tar.xz
 tar --extract --file vala-bootstrap.tar.xz
 cd vala-bootstrap
 ./configure --prefix=/opt/vala-bootstrap
@@ -144,10 +144,10 @@ git clean -dfx
 make && sudo make install
 ```
 
-If you wish to build a specific release, for example 0.40.11:
+If you wish to build a specific release, for example 0.54.1:
 
 ```sh
-git checkout 0.40.11
+git checkout 0.54.1
 git clean -dfx
 ./autogen.sh
 make && sudo make install