Skip to content

Commit 9f552b5

Browse files
committed
Update gcc-2.7.2-psx
1 parent e307233 commit 9f552b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platforms/ps1/gcc2.7.2-psx/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/ps1/gcc2.7.2-psx
77

8-
RUN wget -O gcc-2.7.2-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.7.2-psx.tar.gz"
8+
RUN wget -O gcc-2.7.2-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.13/gcc-2.7.2-psx.tar.gz"
99
RUN tar xvzf gcc-2.7.2-psx.tar.gz -C /compilers/ps1/gcc2.7.2-psx
1010

1111
ARG MASPSX_HASH=9ae9e96383d81a51982e1be51a8c281faf500ed4

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ compilers:
188188
- id: gcc2.7.2-psx
189189
platform: ps1
190190
template: ps1/maspsx
191-
file: https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.7.2-psx.tar.gz
191+
file: https://github.com/decompals/old-gcc/releases/download/0.13/gcc-2.7.2-psx.tar.gz
192192
- id: gcc2.7.2.1-mipsel
193193
platform: ps1
194194
template: ps1/maspsx

0 commit comments

Comments
 (0)