changeset 3604:946d97106a0d

of-miscellaneous: update to 1.2.1 * src/of-miscellaneous.mk: update to version 1.2.1. * build_packages.m: update misc package version.
author John Donoghue
date Mon, 09 Jun 2014 12:41:16 -0400
parents 1dbcd8e81b6a
children 32ee85670f82
files build_packages.m src/of-miscellaneous.mk
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/build_packages.m	Wed Jun 04 18:45:23 2014 +0200
+++ b/build_packages.m	Mon Jun 09 12:41:16 2014 -0400
@@ -7,7 +7,7 @@
 endif
 % install the packages
 pkg install general-1.3.4.tar.gz
-pkg install miscellaneous-1.2.0.tar.gz
+pkg install miscellaneous-1.2.1.tar.gz
 pkg install struct-1.0.10.tar.gz
 pkg install optim-1.3.1.tar.gz
 pkg install specfun-1.1.0.tar.gz
--- a/src/of-miscellaneous.mk	Wed Jun 04 18:45:23 2014 +0200
+++ b/src/of-miscellaneous.mk	Mon Jun 09 12:41:16 2014 -0400
@@ -3,10 +3,10 @@
 
 PKG             := of-miscellaneous
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.2.0
-$(PKG)_CHECKSUM := eec920357a581f26b2bc9079e32732b77c3a641b
+$(PKG)_VERSION  := 1.2.1
+$(PKG)_CHECKSUM := 01a55890d4f62f2700c0bf4051493c454fc5c042
 $(PKG)_REMOTE_SUBDIR := 
-$(PKG)_SUBDIR   := miscellaneous
+$(PKG)_SUBDIR   := miscellaneous-$($(PKG)_VERSION)
 $(PKG)_FILE     := miscellaneous-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
 $(PKG)_DEPS     := of-general units