Skip to content

Commit b14c024

Browse files
authored
Update psyq-obj-parser for ps1 compilers (#33)
1 parent 5775a7d commit b14c024

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

platforms/ps1/psyq3.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq3.3
88
RUN wget -O psyq3.3.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq3.3.tar.gz"
99
RUN tar xvzf psyq3.3.tar.gz --strip-components=1 -C /compilers/ps1/psyq3.3
1010

11-
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
11+
RUN wget -O psyq-obj-parser.tar.gz https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz?2025-03-18
1212
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq3.3/
1313

1414
RUN chown -R root:root /compilers/ps1/psyq3.3/

platforms/ps1/psyq3.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq3.5
88
RUN wget -O psyq3.5.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq3.5.tar.gz"
99
RUN tar xvzf psyq3.5.tar.gz --strip-components=1 -C /compilers/ps1/psyq3.5
1010

11-
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
11+
RUN wget -O psyq-obj-parser.tar.gz https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz?2025-03-18
1212
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq3.5/
1313

1414
RUN chown -R root:root /compilers/ps1/psyq3.5/

platforms/ps1/psyq3.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq3.6
88
RUN wget -O psyq3.6.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq3.6.tar.gz"
99
RUN tar xvzf psyq3.6.tar.gz --strip-components=1 -C /compilers/ps1/psyq3.6
1010

11-
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
11+
RUN wget -O psyq-obj-parser.tar.gz https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz?2025-03-18
1212
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq3.6/
1313

1414
RUN chown -R root:root /compilers/ps1/psyq3.6/

platforms/ps1/psyq4.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq4.0
88
RUN wget -O psyq4.0.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq4.0.tar.gz"
99
RUN tar xvzf psyq4.0.tar.gz --strip-components=1 -C /compilers/ps1/psyq4.0
1010

11-
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
11+
RUN wget -O psyq-obj-parser.tar.gz https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz?2025-03-18
1212
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq4.0/
1313

1414
RUN chown -R root:root /compilers/ps1/psyq4.0/

platforms/ps1/psyq4.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq4.1
88
RUN wget -O psyq4.1.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq4.1.tar.gz"
99
RUN tar xvzf psyq4.1.tar.gz --strip-components=1 -C /compilers/ps1/psyq4.1
1010

11-
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
11+
RUN wget -O psyq-obj-parser.tar.gz https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz?2025-03-18
1212
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq4.1/
1313

1414
RUN chown -R root:root /compilers/ps1/psyq4.1/

platforms/ps1/psyq4.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq4.3
88
RUN wget -O psyq4.3.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq4.3.tar.gz"
99
RUN tar xvzf psyq4.3.tar.gz --strip-components=1 -C /compilers/ps1/psyq4.3
1010

11-
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
11+
RUN wget -O psyq-obj-parser.tar.gz https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz?2025-03-18
1212
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq4.3/
1313

1414
RUN chown -R root:root /compilers/ps1/psyq4.3/

platforms/ps1/psyq4.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq4.4
88
RUN wget -O psyq4.4.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq4.4.tar.gz"
99
RUN tar xvzf psyq4.4.tar.gz --strip-components=1 -C /compilers/ps1/psyq4.4
1010

11-
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
11+
RUN wget -O psyq-obj-parser.tar.gz https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz?2025-03-18
1212
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq4.4/
1313

1414
RUN chown -R root:root /compilers/ps1/psyq4.4/

platforms/ps1/psyq4.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq4.5
88
RUN wget -O psyq4.5.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq4.5.tar.gz"
99
RUN tar xvzf psyq4.5.tar.gz --strip-components=1 -C /compilers/ps1/psyq4.5
1010

11-
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
11+
RUN wget -O psyq-obj-parser.tar.gz https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz?2025-03-18
1212
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq4.5/
1313

1414
RUN chown -R root:root /compilers/ps1/psyq4.5/

platforms/ps1/psyq4.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir -p /compilers/ps1/psyq4.6
88
RUN wget -O psyq4.6.tar.gz "https://github.com/mkst/esa/releases/download/psyq-binaries/psyq4.6.tar.gz"
99
RUN tar xvzf psyq4.6.tar.gz --strip-components=1 -C /compilers/ps1/psyq4.6
1010

11-
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
11+
RUN wget -O psyq-obj-parser.tar.gz https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz?2025-03-18
1212
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/ps1/psyq4.6/
1313

1414
RUN chown -R root:root /compilers/ps1/psyq4.6/

templates/ps1/psyq.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN mkdir -p /compilers/{{ platform }}/{{ id }}
77
RUN wget -O {{ filename }} "{{ file }}"
88
RUN tar xvzf {{ filename }} --strip-components=1 -C /compilers/{{ platform }}/{{ id }}
99

10-
RUN wget -O psyq-obj-parser.tar.gz https://github.com/mkst/pcsx-redux/releases/download/loosen-hi-lo-restrictions/psyq-obj-parser.tar.gz
10+
RUN wget -O psyq-obj-parser.tar.gz https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz?2025-03-18
1111
RUN tar xvzf psyq-obj-parser.tar.gz -C /compilers/{{ platform }}/{{ id }}/
1212

1313
RUN chown -R root:root /compilers/{{ platform }}/{{ id }}/

0 commit comments

Comments
 (0)