Skip to content

Commit

Permalink
appveyor: Update mzscheme patch
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Jan 14, 2016
1 parent 212cafc commit bcd1596
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ xcopy /s .ext\include C:\Ruby22\include\ruby-2.2.0
popd
:: Racket
:: Need a patch to install gvim with dynamic racket
:: Patch from Yukihiro Nakadaira https://groups.google.com/d/msg/vim_dev/qg7R7HeGq50/l-R74zATAwAJ
curl -f -L "https://groups.google.com/group/vim_dev/attach/44cb7b87c79e5/if_mzscheme4.diff?part=0.1&authuser=0" -o fix_mzscheme.diff
:: Patch from Yukihiro Nakadaira https://groups.google.com/d/msg/vim_dev/qg7R7HeGq50/XLqqrzZ3BQAJ
curl -f -L "https://groups.google.com/group/vim_dev/attach/57736afaaba5c/if_mzscheme5.diff?part=0.1&authuser=0" -o fix_mzscheme.diff
git apply --check fix_mzscheme.diff && git apply fix_mzscheme.diff || exit 1
curl -f -L https://mirror.racket-lang.org/releases/6.3/installers/racket-minimal-6.3-i386-win32.exe -o racket.exe
start /wait racket.exe /S
Expand Down Expand Up @@ -104,8 +104,8 @@ xcopy /s .ext\include C:\Ruby22-x64\include\ruby-2.2.0
popd
:: Racket
:: Need a patch to install gvim with dynamic racket
:: Patch from Yukihiro Nakadaira https://groups.google.com/d/msg/vim_dev/qg7R7HeGq50/l-R74zATAwAJ
curl -f -L "https://groups.google.com/group/vim_dev/attach/44cb7b87c79e5/if_mzscheme4.diff?part=0.1&authuser=0" -o fix_mzscheme.diff
:: Patch from Yukihiro Nakadaira https://groups.google.com/d/msg/vim_dev/qg7R7HeGq50/XLqqrzZ3BQAJ
curl -f -L "https://groups.google.com/group/vim_dev/attach/57736afaaba5c/if_mzscheme5.diff?part=0.1&authuser=0" -o fix_mzscheme.diff
git apply --check fix_mzscheme.diff && git apply fix_mzscheme.diff || exit 1
curl -f -L https://mirror.racket-lang.org/releases/6.3/installers/racket-minimal-6.3-x86_64-win32.exe -o racket.exe
start /wait racket.exe /S
Expand Down

0 comments on commit bcd1596

Please sign in to comment.