changeset 4094:32abc736bfd3

of-optim: update to 1.5.0 * build_packages.m: update optim version * src/of-optim.mk: update version, checksum
author John Donoghue
date Thu, 25 Feb 2016 13:00:55 -0500
parents 842456617da9
children 42b360982b2d
files build_packages.m src/of-optim.mk
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/build_packages.m	Thu Feb 18 13:09:20 2016 -0500
+++ b/build_packages.m	Thu Feb 25 13:00:55 2016 -0500
@@ -23,7 +23,7 @@
 try_install general-2.0.0.tar.gz
 try_install miscellaneous-1.2.1.tar.gz
 try_install struct-1.0.11.tar.gz
-try_install optim-1.4.1.tar.gz
+try_install optim-1.5.0.tar.gz
 try_install specfun-1.1.0.tar.gz
 try_install control-3.0.0.tar.gz
 try_install signal-1.3.2.tar.gz
--- a/src/of-optim.mk	Thu Feb 18 13:09:20 2016 -0500
+++ b/src/of-optim.mk	Thu Feb 25 13:00:55 2016 -0500
@@ -3,8 +3,8 @@
 
 PKG             := of-optim
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.4.1
-$(PKG)_CHECKSUM := ff65c5341533ebb0c8d5749c3645b13c06ea60ca
+$(PKG)_VERSION  := 1.5.0
+$(PKG)_CHECKSUM := 9421a41ff35ef7a7ab7eaddf26fc44b4d195af7e
 $(PKG)_REMOTE_SUBDIR := 
 $(PKG)_SUBDIR   := optim-$($(PKG)_VERSION)
 $(PKG)_FILE     := optim-$($(PKG)_VERSION).tar.gz