# HG changeset patch # User John D # Date 1475696344 14400 # Node ID e700dc14cc04a2e70fa06c4afb2d4bb369468c9a # Parent 9ded338051db3aaafa87c749768dc46de5315410 of-struct: update to 1.0.14 * src/of-struct.mk: update version, checksum * build_packages.m: update struct version diff -r 9ded338051db -r e700dc14cc04 build_packages.m --- a/build_packages.m Wed Oct 05 15:39:03 2016 -0400 +++ b/build_packages.m Wed Oct 05 15:39:04 2016 -0400 @@ -30,7 +30,7 @@ % install the packages try_install general-2.0.0.tar.gz try_install miscellaneous-1.2.1.tar.gz - try_install struct-1.0.13.tar.gz + try_install struct-1.0.14.tar.gz try_install optim-1.5.1.tar.gz try_install specfun-1.1.0.tar.gz try_install control-3.0.0.tar.gz diff -r 9ded338051db -r e700dc14cc04 src/of-struct.mk --- a/src/of-struct.mk Wed Oct 05 15:39:03 2016 -0400 +++ b/src/of-struct.mk Wed Oct 05 15:39:04 2016 -0400 @@ -3,8 +3,8 @@ PKG := of-struct $(PKG)_IGNORE := -$(PKG)_VERSION := 1.0.13 -$(PKG)_CHECKSUM := 9b9520062c8c70211f4e4cad5d78eccc87a2f39b +$(PKG)_VERSION := 1.0.14 +$(PKG)_CHECKSUM := c017ae121f2c9535704c677e64ea5fd2ac7b88f5 $(PKG)_REMOTE_SUBDIR := $(PKG)_SUBDIR := struct-$($(PKG)_VERSION) $(PKG)_FILE := struct-$($(PKG)_VERSION).tar.gz