Skip to content

Commit

Permalink
Updated wxMaxima
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed Dec 29, 2022
1 parent adc36ec commit 5b0d480
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN cd maxima-code && \
make -s -j 2&& \
make install

ENV wxmaxima_build Version-22.09.0
ENV wxmaxima_build Version-22.12.0

RUN git clone https://github.com/wxMaxima-developers/wxmaxima.git && \
cd wxmaxima && \
Expand Down
2 changes: 1 addition & 1 deletion build_flatpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ENV wxmaxima_build Version-22.05.0

export wxmaxima_build=Version-22.05.0
export wxmaxima_build=Version-22.12.0
export maxima_build=tags/5.46.0

git clone https://github.com/wxMaxima-developers/wxmaxima.git
Expand Down
2 changes: 1 addition & 1 deletion update_versions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

maxima_build='tags\/5.46.0'
wxmaxima_build='Version-22.09.0'
wxmaxima_build='Version-22.12.0'

sed -i -e "s/ENV maxima_build .*/ENV maxima_build $maxima_build/" Dockerfile
sed -i -e "s/ENV wxmaxima_build .*/ENV wxmaxima_build $wxmaxima_build/" Dockerfile
Expand Down

0 comments on commit 5b0d480

Please sign in to comment.