Skip to content

Commit 7d7f3ae

Browse files
author
Nathan Bridgewater
committed
updated ubuntu 2.11.0 to 2.11.3
1 parent 51e2bcd commit 7d7f3ae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

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

2525
cd $BUILDDIR
2626

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

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"
3434
"http://download.mono-project.com/sources/libgdiplus/libgdiplus-2.10.9.tar.bz2"
3535
"http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.11.tar.bz2"
3636
"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)