Skip to content

Commit

Permalink
feat: revert to yuk7/wsldl as zstd import support is added
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinfall committed May 7, 2024
1 parent 20a8377 commit 6688d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LNCR_EXE=Devuan.exe
DLR=curl
DLR_FLAGS=--silent --location
BASE_URL=https://jenkins.linuxcontainers.org/view/Images/job/image-devuan/architecture=amd64,release=daedalus,variant=default/lastSuccessfulBuild/artifact/rootfs.tar.xz
LNCR_ZIP_URL=https://github.com/Vinfall/wsldl/releases/download/24041300/icons.zip
LNCR_ZIP_URL!=curl --silent https://api.github.com/repos/yuk7/wsldl/releases | jq --raw-output ".[0].assets[].browser_download_url" | grep --extended-regexp "icons.zip"
LNCR_ZIP_EXE=Devuan.exe

all: $(OUT_ZIP)
Expand Down

0 comments on commit 6688d6c

Please sign in to comment.