diff --git a/LICENSE b/LICENSE index bda8955..172596d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2020 yuk7 +Copyright (c) 2017-2022 yuk7 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src_arm64/Makefile b/src_arm64/Makefile index 41be964..d570b54 100644 --- a/src_arm64/Makefile +++ b/src_arm64/Makefile @@ -3,8 +3,8 @@ 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/21082800/icons_arm64.zip +BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.16/releases/aarch64/alpine-minirootfs-3.16.0-aarch64.tar.gz +LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/22020900/icons_arm64.zip LNCR_ZIP_EXE=Alpine.exe all: $(OUT_ZIP) diff --git a/src_x64/Makefile b/src_x64/Makefile index d2be104..183b302 100644 --- a/src_x64/Makefile +++ b/src_x64/Makefile @@ -3,8 +3,8 @@ 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/21082800/icons.zip +BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.16/releases/x86_64/alpine-minirootfs-3.16.0-x86_64.tar.gz +LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/22020900/icons.zip LNCR_ZIP_EXE=Alpine.exe all: $(OUT_ZIP)