changeset 3371:d40e120eeb57

bump octave version to 3.8.0-rc2
author John W. Eaton <jwe@octave.org>
date Sun, 22 Dec 2013 14:03:48 -0500
parents 920b1cd9c5ce
children 4dbf057b4906
files index.html src/octave.mk
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sun Dec 22 14:00:16 2013 -0500
+++ b/index.html	Sun Dec 22 14:03:48 2013 -0500
@@ -1933,7 +1933,7 @@
     </tr>
     <tr>
         <td id="octave-package">octave</td>
-        <td id="octave-version">3.8.0-rc1</td>
+        <td id="octave-version">3.8.0-rc2</td>
         <td id="octave-website"><a href="http://octave.org/">Octave</a></td>
     </tr>
     <tr>
--- a/src/octave.mk	Sun Dec 22 14:00:16 2013 -0500
+++ b/src/octave.mk	Sun Dec 22 14:03:48 2013 -0500
@@ -3,7 +3,7 @@
 
 PKG             := octave
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 030648fde42548f28a33e8bad0a281a4dd1141c8
+$(PKG)_CHECKSUM := 01bcd6522652bbe9c80d47b9d050228571ede9d7
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := octave-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := ftp://alpha.gnu.org/gnu/octave/$($(PKG)_FILE)
@@ -24,8 +24,8 @@
   ifeq ($(MXE_SYSTEM),mingw)
     ifeq ($(MXE_NATIVE_BUILD),no)
       $(PKG)_ENABLE_JAVA_CONFIGURE_OPTIONS := \
-	--with-java-homedir="$(HOST_INCDIR)/java" \
-    	--with-java-includedir="$(HOST_INCDIR)/java"
+       --with-java-homedir="$(HOST_INCDIR)/java" \
+       --with-java-includedir="$(HOST_INCDIR)/java"
      endif
   endif
 endif