From 44d631a83a07f27178ce1e9c26541e7adc1bdce7 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Mon, 6 Dec 2021 13:38:51 +0100 Subject: [PATCH] updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23c507f..d6aceff 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ ## Building LibreWolf from source: -First, let's **[download the latest tarball](https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-94.0.2.source.tar.gz?job=build-job)**. +First, let's **[download the latest tarball](https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-95.0.source.tar.gz?job=build-job)**. To download the latest from a script, use wget/curl like this: ``` -export version=94.0.2 # example +export version=95.0 # example wget -O librewolf-$(version).source.tar.gz https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-$(version).source.tar.gz?job=build-job curl -L -o librewolf-$(version).source.tar.gz https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-$(version).source.tar.gz?job=build-job ```