From 68382b109993373c1a2ac5e7167af4ceb290f85a Mon Sep 17 00:00:00 2001 From: yuk7 Date: Wed, 22 Jun 2022 11:03:48 +0900 Subject: [PATCH] update alpine to 3.16.0, wsldl to 22020900 --- LICENSE | 2 +- src_arm64/Makefile | 4 ++-- src_x64/Makefile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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)