Skip to content

Commit a7fce0c

Browse files
author
Nathan Bridgewater
committed
added fedora update
1 parent 7d7f3ae commit a7fce0c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

mono-install-scripts/fedora/install_mono-2.11.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ echo
2323

2424
cd $BUILDDIR
2525

26-
PACKAGES=("mono-2.11.0"
26+
PACKAGES=("mono-2.11.3"
2727
"libgdiplus-2.10.9"
2828
"gtk-sharp-2.12.11"
2929
"xsp-2.10.2"
3030
"mod_mono-2.10")
3131

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"
3333
"http://download.mono-project.com/sources/libgdiplus/libgdiplus-2.10.9.tar.bz2"
3434
"http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.11.tar.bz2"
3535
"http://download.mono-project.com/sources/xsp/xsp-2.10.2.tar.bz2"
@@ -70,8 +70,6 @@ echo
7070
echo "building mono packages"
7171
echo
7272

73-
PACKAGES[0]="mono-2.11" #this folder name mismatched the 2.11.0 package name
74-
7573
for i in "${PACKAGES[@]}"
7674
do
7775
cd $BUILDDIR/$i

0 commit comments

Comments
 (0)