changeset 4396:2044ff84d431

of-generate_html: update to v0.3.0 * src/of-generate_html.mk: update version, checksum * build_packages.m: update generate_html version
author John D
date Wed, 07 Jun 2017 05:54:14 -0400
parents 022eeecc83f3
children 7619117e7a73
files build_packages.m src/of-generate_html.mk
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/build_packages.m	Tue Jun 06 12:56:33 2017 -0400
+++ b/build_packages.m	Wed Jun 07 05:54:14 2017 -0400
@@ -1,4 +1,4 @@
-% attempt to compile and install the octave packages
+ attempt to compile and install the octave packages
 
 orig_echo = echo_executing_commands ();
 orig_more = page_screen_output();
@@ -54,7 +54,7 @@
   try_install ltfat-2.2.0.tar.gz
   try_install database-2.4.2.tar.gz
   try_install instrument-control-0.2.3.tar.gz
-  try_install generate_html-0.2.0.tar.gz
+  try_install generate_html-0.3.0.tar.gz
   try_install financial-0.5.0.tar.gz
   try_install stk-2.4.2.tar.gz
   try_install splines-1.3.2.tar.gz
--- a/src/of-generate_html.mk	Tue Jun 06 12:56:33 2017 -0400
+++ b/src/of-generate_html.mk	Wed Jun 07 05:54:14 2017 -0400
@@ -3,8 +3,8 @@
 
 PKG             := of-generate_html
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 0.2.0
-$(PKG)_CHECKSUM := c2216724fb71a1408eef15f5704c030d6493f7f5
+$(PKG)_VERSION  := 0.3.0
+$(PKG)_CHECKSUM := fd1c3c1eed5207ec4216c7e72ef00947353d459d
 $(PKG)_REMOTE_SUBDIR := 
 $(PKG)_SUBDIR   := generate_html-$($(PKG)_VERSION)
 $(PKG)_FILE     := generate_html-$($(PKG)_VERSION).tar.gz