Skip to content

Commit

Permalink
Update maspsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Sep 16, 2024
1 parent affd4e5 commit 1ac5213
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.5.7-mipsel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.5.7-mipsel
RUN wget -O gcc-2.5.7.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.5.7.tar.gz"
RUN tar xvzf gcc-2.5.7.tar.gz -C /compilers/ps1/gcc2.5.7-mipsel

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.5.7-psx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.5.7-psx
RUN wget -O gcc-2.5.7-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.5.7-psx.tar.gz"
RUN tar xvzf gcc-2.5.7-psx.tar.gz -C /compilers/ps1/gcc2.5.7-psx

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.6.0-mipsel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.6.0-mipsel
RUN wget -O gcc-2.6.0.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.6.0.tar.gz"
RUN tar xvzf gcc-2.6.0.tar.gz -C /compilers/ps1/gcc2.6.0-mipsel

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.6.0-psx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.6.0-psx
RUN wget -O gcc-2.6.0-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.6.0-psx.tar.gz"
RUN tar xvzf gcc-2.6.0-psx.tar.gz -C /compilers/ps1/gcc2.6.0-psx

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.6.3-mipsel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.6.3-mipsel
RUN wget -O gcc-2.6.3.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.6.3.tar.gz"
RUN tar xvzf gcc-2.6.3.tar.gz -C /compilers/ps1/gcc2.6.3-mipsel

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.6.3-psx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.6.3-psx
RUN wget -O gcc-2.6.3-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.6.3-psx.tar.gz"
RUN tar xvzf gcc-2.6.3-psx.tar.gz -C /compilers/ps1/gcc2.6.3-psx

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.7.0-mipsel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.7.0-mipsel
RUN wget -O gcc-2.7.0.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.0.tar.gz"
RUN tar xvzf gcc-2.7.0.tar.gz -C /compilers/ps1/gcc2.7.0-mipsel

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.7.1-mipsel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.7.1-mipsel
RUN wget -O gcc-2.7.1.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.1.tar.gz"
RUN tar xvzf gcc-2.7.1.tar.gz -C /compilers/ps1/gcc2.7.1-mipsel

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.7.2-mipsel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.7.2-mipsel
RUN wget -O gcc-2.7.2.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.2.tar.gz"
RUN tar xvzf gcc-2.7.2.tar.gz -C /compilers/ps1/gcc2.7.2-mipsel

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.7.2-psx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.7.2-psx
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"
RUN tar xvzf gcc-2.7.2-psx.tar.gz -C /compilers/ps1/gcc2.7.2-psx

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.7.2.1-mipsel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.7.2.1-mipsel
RUN wget -O gcc-2.7.2.1.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.2.1.tar.gz"
RUN tar xvzf gcc-2.7.2.1.tar.gz -C /compilers/ps1/gcc2.7.2.1-mipsel

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.7.2.2-mipsel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.7.2.2-mipsel
RUN wget -O gcc-2.7.2.2.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.2.2.tar.gz"
RUN tar xvzf gcc-2.7.2.2.tar.gz -C /compilers/ps1/gcc2.7.2.2-mipsel

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.7.2.3-mipsel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.7.2.3-mipsel
RUN wget -O gcc-2.7.2.3.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.2.3.tar.gz"
RUN tar xvzf gcc-2.7.2.3.tar.gz -C /compilers/ps1/gcc2.7.2.3-mipsel

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.8.0-mipsel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.8.0-mipsel
RUN wget -O gcc-2.8.0.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.8.0.tar.gz"
RUN tar xvzf gcc-2.8.0.tar.gz -C /compilers/ps1/gcc2.8.0-mipsel

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.8.0-psx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.8.0-psx
RUN wget -O gcc-2.8.0-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.8.0-psx.tar.gz"
RUN tar xvzf gcc-2.8.0-psx.tar.gz -C /compilers/ps1/gcc2.8.0-psx

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.8.1-mipsel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.8.1-mipsel
RUN wget -O gcc-2.8.1.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.8.1.tar.gz"
RUN tar xvzf gcc-2.8.1.tar.gz -C /compilers/ps1/gcc2.8.1-mipsel

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.8.1-psx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.8.1-psx
RUN wget -O gcc-2.8.1-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.8.1-psx.tar.gz"
RUN tar xvzf gcc-2.8.1-psx.tar.gz -C /compilers/ps1/gcc2.8.1-psx

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.91.66-mipsel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.91.66-mipsel
RUN wget -O gcc-2.91.66.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.91.66.tar.gz"
RUN tar xvzf gcc-2.91.66.tar.gz -C /compilers/ps1/gcc2.91.66-mipsel

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.91.66-psx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.91.66-psx
RUN wget -O gcc-2.91.66-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.91.66-psx.tar.gz"
RUN tar xvzf gcc-2.91.66-psx.tar.gz -C /compilers/ps1/gcc2.91.66-psx

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.95.2-mipsel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.95.2-mipsel
RUN wget -O gcc-2.95.2.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.95.2.tar.gz"
RUN tar xvzf gcc-2.95.2.tar.gz -C /compilers/ps1/gcc2.95.2-mipsel

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion platforms/ps1/gcc2.95.2-psx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/gcc2.95.2-psx
RUN wget -O gcc-2.95.2-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.95.2-psx.tar.gz"
RUN tar xvzf gcc-2.95.2-psx.tar.gz -C /compilers/ps1/gcc2.95.2-psx

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down
2 changes: 1 addition & 1 deletion templates/ps1/maspsx.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN mkdir -p /compilers/{{ platform }}/{{ id }}
RUN wget -O {{ filename }} "{{ file }}"
RUN tar xvzf {{ filename }} -C /compilers/{{ platform }}/{{ id }}

ARG MASPSX_HASH=fc6d220e1baf4bc4d52efcd3710cc44e445c5ca8
ARG MASPSX_HASH=783050c19d8f84e983534f3bcde80d595dd8f667

RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
RUN unzip maspsx.zip
Expand Down

0 comments on commit 1ac5213

Please sign in to comment.