Skip to content

Commit

Permalink
Update maspsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Jul 7, 2024
1 parent 321ae5e commit c5dd2d2
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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.8/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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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.7/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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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=b074082e4f97a89ca44c4d92f6cc43c065b9385a
ARG MASPSX_HASH=6e1e69d39a8021300a1294821ffc514e81358533

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

0 comments on commit c5dd2d2

Please sign in to comment.