From a3d8f23d99da93b01d6b81e8e7f53c655be690da Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Thu, 25 Apr 2024 15:11:46 +0200 Subject: [PATCH] docs: Bump vala version references in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 535f8899d..6b286bb5e 100644 --- a/README.md +++ b/README.md @@ -92,10 +92,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.48.19: +In this example it is release version 0.48.25: ```sh -curl --silent --show-error --location https://download.gnome.org/sources/vala/0.48/vala-0.48.19.tar.xz --output vala-bootstrap.tar.xz +curl --silent --show-error --location https://download.gnome.org/sources/vala/0.48/vala-0.48.25.tar.xz --output vala-bootstrap.tar.xz tar --extract --file vala-bootstrap.tar.xz cd vala-bootstrap ./configure --prefix=/opt/vala-bootstrap @@ -149,10 +149,10 @@ git clean -dfx make && sudo make install ``` -If you wish to build a specific release, for example 0.54.1: +If you wish to build a specific release, for example 0.56.17: ```sh -git checkout 0.54.1 +git checkout 0.56.17 git clean -dfx ./autogen.sh make && sudo make install -- 2.47.2