Skip to content

Commit f7aceea

Browse files
authored
Merge pull request #34 from pulpe/update-3.18.4
Update Alpine to 3.18.4
2 parents 2ae67e7 + b63f2ca commit f7aceea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src_arm64/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LNCR_EXE=Alpine.exe
33

44
DLR=curl
55
DLR_FLAGS=-L
6-
BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/aarch64/alpine-minirootfs-3.18.3-aarch64.tar.gz
6+
BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/aarch64/alpine-minirootfs-3.18.4-aarch64.tar.gz
77
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/23072600/icons_arm64.zip
88
LNCR_ZIP_EXE=Alpine.exe
99

src_x64/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LNCR_EXE=Alpine.exe
33

44
DLR=curl
55
DLR_FLAGS=-L
6-
BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86_64/alpine-minirootfs-3.18.3-x86_64.tar.gz
6+
BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86_64/alpine-minirootfs-3.18.4-x86_64.tar.gz
77
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/23072600/icons.zip
88
LNCR_ZIP_EXE=Alpine.exe
99

0 commit comments

Comments
 (0)