Skip to content

Commit

Permalink
Merge pull request #32 from pulpe/update-3.18.3
Browse files Browse the repository at this point in the history
Update Alpine to 3.18.3
  • Loading branch information
yuk7 authored Sep 27, 2023
2 parents 60486a0 + 4d28bb1 commit d407858
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src_arm64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ LNCR_EXE=Alpine.exe

DLR=curl
DLR_FLAGS=-L
BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/aarch64/alpine-minirootfs-3.18.2-aarch64.tar.gz
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/22020900/icons_arm64.zip
BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/aarch64/alpine-minirootfs-3.18.3-aarch64.tar.gz
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/23072600/icons_arm64.zip
LNCR_ZIP_EXE=Alpine.exe

all: $(OUT_ZIP)
Expand Down
4 changes: 2 additions & 2 deletions src_x64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ LNCR_EXE=Alpine.exe

DLR=curl
DLR_FLAGS=-L
BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86_64/alpine-minirootfs-3.18.2-x86_64.tar.gz
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/22020900/icons.zip
BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86_64/alpine-minirootfs-3.18.3-x86_64.tar.gz
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/23072600/icons.zip
LNCR_ZIP_EXE=Alpine.exe

all: $(OUT_ZIP)
Expand Down

0 comments on commit d407858

Please sign in to comment.