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 ```