File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
mono-install-scripts/fedora Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 23
23
24
24
cd $BUILDDIR
25
25
26
- PACKAGES=(" mono-2.11.0 "
26
+ PACKAGES=(" mono-2.11.3 "
27
27
" libgdiplus-2.10.9"
28
28
" gtk-sharp-2.12.11"
29
29
" xsp-2.10.2"
30
30
" mod_mono-2.10" )
31
31
32
- URLS=(" http://download.mono-project.com/sources/mono/mono-2.11.0 .tar.bz2"
32
+ URLS=(" http://download.mono-project.com/sources/mono/mono-2.11.3 .tar.bz2"
33
33
" http://download.mono-project.com/sources/libgdiplus/libgdiplus-2.10.9.tar.bz2"
34
34
" http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.11.tar.bz2"
35
35
" 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