changeset 2978:9d0ba0c088f5

update stable-octave to 3.6.4
author John W. Eaton <jwe@octave.org>
date Fri, 01 Mar 2013 08:39:47 -0500
parents eb750a42bf46
children 137b8fb799a9 2cf09b449d88
files index.html src/stable-octave.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Mon Feb 11 17:36:21 2013 -0500
+++ b/index.html	Fri Mar 01 08:39:47 2013 -0500
@@ -1870,7 +1870,7 @@
     </tr>
     <tr>
         <td id="stable-octave-package">stable-octave</td>
-        <td id="stable-octave-version">3.6.4-rc2</td>
+        <td id="stable-octave-version">3.6.4</td>
         <td id="stable-octave-website"><a href="http://octave.org/">Octave</a></td>
     </tr>
     <tr>
--- a/src/stable-octave.mk	Mon Feb 11 17:36:21 2013 -0500
+++ b/src/stable-octave.mk	Fri Mar 01 08:39:47 2013 -0500
@@ -3,7 +3,7 @@
 
 PKG             := stable-octave
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := f9d6d13bbb6387e7fc9a7a314627414d497489c0
+$(PKG)_CHECKSUM := 4563c3fdb15ac76419f78b8ad8a9b1ba3484a7aa
 $(PKG)_SUBDIR   := octave-$($(PKG)_VERSION)
 $(PKG)_FILE     := octave-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := ftp://alpha.gnu.org/gnu/octave/$($(PKG)_FILE)