Skip to content

Commit

Permalink
Update psp gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Apr 25, 2024
1 parent bcc17bd commit 80ce56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/psp/psp-gcc-1.3.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM alpine:3.18 as base

RUN mkdir -p /compilers/psp/psp-gcc-1.3.1

RUN wget -O psp-gcc-1.3.1.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/psp-gcc-1.3.1.tar.gz"
RUN wget -O psp-gcc-1.3.1.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/psp-gcc-1.3.1.tar.gz?2024-04-25"
RUN tar xvzf psp-gcc-1.3.1.tar.gz -C /compilers/psp/psp-gcc-1.3.1

RUN chown -R root:root /compilers/psp/psp-gcc-1.3.1/
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ compilers:
- id: psp-gcc-1.3.1
platform: psp
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/psp-gcc-1.3.1.tar.gz
file: https://github.com/decompme/compilers/releases/download/compilers/psp-gcc-1.3.1.tar.gz?2024-04-25

# MAXOSX
- id: gcc-5370
Expand Down

0 comments on commit 80ce56e

Please sign in to comment.