Skip to content

Commit f99eed6

Browse files
committed
Update ee-gcc3.2-030210-beta2
1 parent 40647d0 commit f99eed6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platforms/ps2/ee-gcc3.2-030210-beta2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM alpine:3.18 as base
55

66
RUN mkdir -p /compilers/ps2/ee-gcc3.2-030210-beta2
77

8-
RUN wget -O ee-gcc3.2-030210-beta2.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ee-gcc3.2-030210-beta2.tar.gz"
8+
RUN wget -O ee-gcc3.2-030210-beta2.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ee-gcc3.2-030210-beta2.tar.gz?2025-02-10"
99
RUN tar xvzf ee-gcc3.2-030210-beta2.tar.gz -C /compilers/ps2/ee-gcc3.2-030210-beta2
1010

1111
RUN chown -R root:root /compilers/ps2/ee-gcc3.2-030210-beta2/

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ compilers:
285285
- id: ee-gcc3.2-030210-beta2
286286
platform: ps2
287287
template: common/default
288-
file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc3.2-030210-beta2.tar.gz
288+
file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc3.2-030210-beta2.tar.gz?2025-02-10
289289
- id: ee-gcc3.2-030926
290290
platform: ps2
291291
template: common/default

0 commit comments

Comments
 (0)