From f0059f4047659c9634a1153c7e44510f717be851 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Mon, 20 Dec 2021 04:37:10 +0100 Subject: [PATCH] Mon 20 Dec 2021 04:37:10 AM CET --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f024a5..58c9c9f 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-95.0.1.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.2.source.tar.gz?job=build-job)**. To download the latest from a script, use wget/curl like this: ``` -export version=95.0.1 # example +export version=95.0.2 # 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 ```