# HG changeset patch # User John Donoghue # Date 1461930917 14400 # Node ID 691dd542a812be28955744908335f24c6ccdaae6 # Parent 029a16e66a3689f92196f7db583ce8c62068499e of-struct: update to 1.0.13 * src/of-struct.mk: update checksum, version * build_packages.m: update struct version diff -r 029a16e66a36 -r 691dd542a812 build_packages.m --- a/build_packages.m Thu Apr 28 07:43:52 2016 -0400 +++ b/build_packages.m Fri Apr 29 07:55:17 2016 -0400 @@ -22,7 +22,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.12.tar.gz +try_install struct-1.0.13.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 diff -r 029a16e66a36 -r 691dd542a812 src/of-struct.mk --- a/src/of-struct.mk Thu Apr 28 07:43:52 2016 -0400 +++ b/src/of-struct.mk Fri Apr 29 07:55:17 2016 -0400 @@ -3,8 +3,8 @@ PKG := of-struct $(PKG)_IGNORE := -$(PKG)_VERSION := 1.0.12 -$(PKG)_CHECKSUM := cb225d57e03ef5112ca4d0c3393c32f3e185e146 +$(PKG)_VERSION := 1.0.13 +$(PKG)_CHECKSUM := 9b9520062c8c70211f4e4cad5d78eccc87a2f39b $(PKG)_REMOTE_SUBDIR := $(PKG)_SUBDIR := struct-$($(PKG)_VERSION) $(PKG)_FILE := struct-$($(PKG)_VERSION).tar.gz