# HG changeset patch # User John D # Date 1476467772 14400 # Node ID 5095971cff2f1bd293b51d24cf56ae9fe74e98f0 # Parent 353adab0f253ff0989ef7a7d56ce0ccaaa9b80aa of-statistics: update to 1.3.0 * build_packages.m: updae statistics version * src/of-statistics.mk: update version, checksum diff -r 353adab0f253 -r 5095971cff2f build_packages.m --- a/build_packages.m Thu Oct 13 08:00:44 2016 -0400 +++ b/build_packages.m Fri Oct 14 13:56:12 2016 -0400 @@ -38,7 +38,7 @@ try_install communications-1.2.1.tar.gz try_install image-2.6.0.tar.gz try_install io-2.4.3.tar.gz - try_install statistics-1.2.4.tar.gz + try_install statistics-1.3.0.tar.gz try_install geometry-2.1.1.tar.gz try_install windows-1.2.4.tar.gz try_install odepkg-0.8.5.tar.gz diff -r 353adab0f253 -r 5095971cff2f src/of-statistics.mk --- a/src/of-statistics.mk Thu Oct 13 08:00:44 2016 -0400 +++ b/src/of-statistics.mk Fri Oct 14 13:56:12 2016 -0400 @@ -3,8 +3,8 @@ PKG := of-statistics $(PKG)_IGNORE := -$(PKG)_VERSION := 1.2.4 -$(PKG)_CHECKSUM := 5cf70f146235d6fd19e3d3dd1c7548a96a019dee +$(PKG)_VERSION := 1.3.0 +$(PKG)_CHECKSUM := 01cc538d2e9e07f8b9892936c69a2312bd16c295 $(PKG)_REMOTE_SUBDIR := $(PKG)_SUBDIR := statistics-$($(PKG)_VERSION) $(PKG)_FILE := statistics-$($(PKG)_VERSION).tar.gz