Skip to content

Commit

Permalink
Merge pull request #34 from pulpe/update-3.18.4
Browse files Browse the repository at this point in the history
Update Alpine to 3.18.4
  • Loading branch information
yuk7 authored Oct 7, 2023
2 parents 2ae67e7 + b63f2ca commit f7aceea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src_arm64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.3-aarch64.tar.gz
BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/aarch64/alpine-minirootfs-3.18.4-aarch64.tar.gz
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/23072600/icons_arm64.zip
LNCR_ZIP_EXE=Alpine.exe

Expand Down
2 changes: 1 addition & 1 deletion src_x64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.3-x86_64.tar.gz
BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86_64/alpine-minirootfs-3.18.4-x86_64.tar.gz
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/23072600/icons.zip
LNCR_ZIP_EXE=Alpine.exe

Expand Down

0 comments on commit f7aceea

Please sign in to comment.