Skip to content

Commit

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

ENV wxmaxima_build Version-21.11.0
ENV wxmaxima_build Version-22.04.0

RUN git clone https://github.com/wxMaxima-developers/wxmaxima.git && \
cd wxmaxima && \
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.45.1'
wxmaxima_build='Version-21.11.0'
wxmaxima_build='Version-22.04.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

0 comments on commit 6f48fcd

Please sign in to comment.