File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
mono-install-scripts/ubuntu Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 24
24
25
25
cd $BUILDDIR
26
26
27
- PACKAGES=(" mono-2.11.0 "
27
+ PACKAGES=(" mono-2.11.3 "
28
28
" libgdiplus-2.10.9"
29
29
" gtk-sharp-2.12.11"
30
30
" xsp-2.10.2"
31
31
" mod_mono-2.10" )
32
32
33
- URLS=(" http://download.mono-project.com/sources/mono/mono-2.11.0 .tar.bz2"
33
+ URLS=(" http://download.mono-project.com/sources/mono/mono-2.11.3 .tar.bz2"
34
34
" http://download.mono-project.com/sources/libgdiplus/libgdiplus-2.10.9.tar.bz2"
35
35
" http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.11.tar.bz2"
36
36
" http://download.mono-project.com/sources/xsp/xsp-2.10.2.tar.bz2"
70
70
echo " building mono packages"
71
71
echo
72
72
73
- PACKAGES[0]=" mono-2.11" # this folder name mismatched the 2.11.0 package name
74
-
75
73
for i in " ${PACKAGES[@]} "
76
74
do
77
75
cd $BUILDDIR /$i
You can’t perform that action at this time.
0 commit comments