Skip to content

Commit

Permalink
Update SMW 4.1.3 -> 4.2.0 (fix maintenance page after update script) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pastakhov authored Sep 11, 2024
1 parent 55eba41 commit a5efa54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -488,10 +488,10 @@ RUN set -x; \
&& git clone https://github.com/SemanticMediaWiki/SemanticFormsSelect.git $MW_HOME/extensions/SemanticFormsSelect \
&& cd $MW_HOME/extensions/SemanticFormsSelect \
&& git checkout -q 4b56baa752401b4ff9fe555fd57fc5c3309601d4 \
# SemanticMediaWiki (v. 4.1.3)
# SemanticMediaWiki (v. 4.2.0)
&& git clone https://github.com/SemanticMediaWiki/SemanticMediaWiki $MW_HOME/extensions/SemanticMediaWiki \
&& cd $MW_HOME/extensions/SemanticMediaWiki \
&& git checkout -q b5e2afe11991fe21a335cb90426de24b85bc9fe7 \
&& git checkout -q 0a8af7546b81f6dcab3f336f14023c8e7aea3805 \
# SemanticResultFormats (v. 4.2.1)
&& git clone https://github.com/SemanticMediaWiki/SemanticResultFormats $MW_HOME/extensions/SemanticResultFormats \
&& cd $MW_HOME/extensions/SemanticResultFormats \
Expand Down

0 comments on commit a5efa54

Please sign in to comment.