From f35b5b2114db879db41eb32e41dfb7ac9f43acdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Mon, 7 Feb 2022 14:14:23 +0100 Subject: [PATCH] Use source package instead of source artifact --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf47cb2..fae520d 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ prune : fetch : $(tarball) $(tarball) : - wget -q -O $(tarball) "https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/$(tarball)?job=Build" + wget -q -O $(tarball) "https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/$(version)-$(source_release)/$(tarball)" docker : docker-debian11 docker-mint20 docker-ubuntu20 docker-ubuntu21 docker-fedora34 docker-fedora35 docker-macos-x86_64 docker-macos-aarch64