Skip to content

Commit

Permalink
Windows: update MIKTEX_VER=2.9.7100
Browse files Browse the repository at this point in the history
  • Loading branch information
mbargull committed Jun 17, 2019
1 parent 6575cc3 commit 911605c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,14 @@ Mingw_w64_makefiles() {
else
mkdir miktex || true
pushd miktex
MIKTEX_VER=2.9.6942
MIKTEX_VER=2.9.7100
# Fetch e.g.:
# http://ctan.mines-albi.fr/systems/win32/miktex/tm/packages/url.tar.lzma
# http://ctan.mines-albi.fr/systems/win32/miktex/tm/packages/mptopdf.tar.lzma
# http://ctan.mines-albi.fr/systems/win32/miktex/tm/packages/inconsolata.tar.lzma
curl --insecure -C - -o ${DLCACHE}/miktex-portable-${MIKTEX_VER}.exe -SLO https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x86/miktex-portable-${MIKTEX_VER}.exe || true
# From https://miktex.org/download#portable :
# Please note that there is no seperate installer. Just download the standard installer and rename it to miktex-portable.exe.
curl --insecure -C - -o ${DLCACHE}/miktex-portable-${MIKTEX_VER}.exe -SL https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-${MIKTEX_VER}.exe || true
echo "Extracting miktex-portable-${MIKTEX_VER}.exe, this will take some time ..."
7za x -y ${DLCACHE}/miktex-portable-${MIKTEX_VER}.exe > /dev/null || exit 1
# We also need the url, incolsolata and mptopdf packages and
Expand Down

0 comments on commit 911605c

Please sign in to comment.