Skip to content

Commit

Permalink
updating to 2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Bridgewater committed Aug 12, 2011
1 parent 1d88585 commit 8930de4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mono-install-scripts/fedora/install_mono-2.10.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ echo

cd $BUILDDIR

PACKAGES=("mono-2.10.3"
PACKAGES=("mono-2.10.4"
"libgdiplus-2.10"
"gtk-sharp-2.12.11"
"xsp-2.10.2"
"mod_mono-2.10")

URLS=("http://download.mono-project.com/sources/mono/mono-2.10.3.tar.bz2"
URLS=("http://download.mono-project.com/sources/mono/mono-2.10.4.tar.bz2"
"http://download.mono-project.com/sources/libgdiplus/libgdiplus-2.10.tar.bz2"
"http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.11.tar.bz2"
"http://download.mono-project.com/sources/xsp/xsp-2.10.2.tar.bz2"
Expand Down
4 changes: 2 additions & 2 deletions mono-install-scripts/ubuntu/install_mono-2.10.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ echo

cd $BUILDDIR

PACKAGES=("mono-2.10.3"
PACKAGES=("mono-2.10.4"
"libgdiplus-2.10"
"gtk-sharp-2.12.11"
"xsp-2.10.2"
"mod_mono-2.10")

URLS=("http://download.mono-project.com/sources/mono/mono-2.10.3.tar.bz2"
URLS=("http://download.mono-project.com/sources/mono/mono-2.10.4.tar.bz2"
"http://download.mono-project.com/sources/libgdiplus/libgdiplus-2.10.tar.bz2"
"http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.11.tar.bz2"
"http://download.mono-project.com/sources/xsp/xsp-2.10.2.tar.bz2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ cd $BUILDDIR
OLDPKG=("mono-2.10.2")
#"gtk-sharp-2.12.10") #for some reason this is bugged out, fails uninstall

PACKAGES=("mono-2.10.3"
PACKAGES=("mono-2.10.4"
"gtk-sharp-2.12.11")

URLS=("http://download.mono-project.com/sources/mono/mono-2.10.3.tar.bz2"
URLS=("http://download.mono-project.com/sources/mono/mono-2.10.4.tar.bz2"
"http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-2.12.11.tar.bz2")

for i in "${OLDPKG[@]}"
Expand Down

0 comments on commit 8930de4

Please sign in to comment.