From d0fbc804299a62fb8ca3a8cecde0f8f6669a52dd Mon Sep 17 00:00:00 2001 From: yuk7 Date: Sat, 1 Jan 2022 20:03:16 +0900 Subject: [PATCH] update wsldl to 21082800 --- src_arm64/Makefile | 2 +- src_x64/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src_arm64/Makefile b/src_arm64/Makefile index 0b361f0..41be964 100644 --- a/src_arm64/Makefile +++ b/src_arm64/Makefile @@ -4,7 +4,7 @@ LNCR_EXE=Alpine.exe DLR=curl DLR_FLAGS=-L BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/aarch64/alpine-minirootfs-3.15.0-aarch64.tar.gz -LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/21071600/icons_arm64.zip +LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/21082800/icons_arm64.zip LNCR_ZIP_EXE=Alpine.exe all: $(OUT_ZIP) diff --git a/src_x64/Makefile b/src_x64/Makefile index 5d7b35a..d2be104 100644 --- a/src_x64/Makefile +++ b/src_x64/Makefile @@ -4,7 +4,7 @@ LNCR_EXE=Alpine.exe DLR=curl DLR_FLAGS=-L BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/x86_64/alpine-minirootfs-3.15.0-x86_64.tar.gz -LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/21071600/icons.zip +LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/21082800/icons.zip LNCR_ZIP_EXE=Alpine.exe all: $(OUT_ZIP)