diff --git a/LICENSE b/LICENSE index cc19857..33af369 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2024 yuk7 +Copyright (c) 2017-2025 yuk7 Copyright (c) 2024 TKTek Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src_arm64/Makefile b/src_arm64/Makefile index 8df4897..432e3b8 100644 --- a/src_arm64/Makefile +++ b/src_arm64/Makefile @@ -3,9 +3,9 @@ LNCR_EXE=Alpine.exe DLR=curl DLR_FLAGS=-L -BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/aarch64/alpine-minirootfs-3.20.3-aarch64.tar.gz +BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/aarch64/alpine-minirootfs-3.21.3-aarch64.tar.gz ROOTFS_TARBALL_CKSM_URL=${BASE_URL}.sha512 -LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/23072600/icons_arm64.zip +LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/25030400/icons_arm64.zip LNCR_ZIP_EXE=Alpine.exe all: $(OUT_ZIP) diff --git a/src_x64/Makefile b/src_x64/Makefile index ead99a0..be2bcd6 100644 --- a/src_x64/Makefile +++ b/src_x64/Makefile @@ -3,9 +3,9 @@ LNCR_EXE=Alpine.exe DLR=curl DLR_FLAGS=-L -BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/x86_64/alpine-minirootfs-3.20.3-x86_64.tar.gz +BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/x86_64/alpine-minirootfs-3.21.3-x86_64.tar.gz ROOTFS_TARBALL_CKSM_URL=${BASE_URL}.sha512 -LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/23072600/icons.zip +LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/25030400/icons.zip LNCR_ZIP_EXE=Alpine.exe all: $(OUT_ZIP)