Use source package instead of source artifact

This commit is contained in:
Malte Jürgens 2022-02-07 14:14:23 +01:00
parent ea53721a6a
commit f35b5b2114
No known key found for this signature in database
GPG Key ID: D29FBD5F93C0CFC3
1 changed files with 1 additions and 1 deletions

View File

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