changeset 4914:88cdb3e708a2

of-image: update to v2.10.0 * build_packages.m: update image version * src/of-image.mk: update version, checksum, remove depends
author John Donoghue
date Wed, 02 Jan 2019 10:04:32 -0500
parents 0958cf066f1a
children aa8e596703c2
files build_packages.m src/of-image.mk
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/build_packages.m	Sun Dec 30 15:15:24 2018 +0100
+++ b/build_packages.m	Wed Jan 02 10:04:32 2019 -0500
@@ -35,7 +35,7 @@
   try_install control-3.1.0.tar.gz
   try_install signal-1.4.0.tar.gz
   try_install communications-1.2.1.tar.gz
-  try_install image-2.8.1.tar.gz
+  try_install image-2.10.0.tar.gz
   try_install io-2.4.12.tar.gz
   try_install statistics-1.4.0.tar.gz
   try_install geometry-3.0.0.tar.gz
--- a/src/of-image.mk	Sun Dec 30 15:15:24 2018 +0100
+++ b/src/of-image.mk	Wed Jan 02 10:04:32 2019 -0500
@@ -3,13 +3,13 @@
 
 PKG             := of-image
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 2.8.1
-$(PKG)_CHECKSUM := 623c4c9a7cb928613fb3dfa6884211f10a2ffb65
+$(PKG)_VERSION  := 2.10.0
+$(PKG)_CHECKSUM := c614fb5c35ea5f4c07ade33d0458ccc9a763b366
 $(PKG)_REMOTE_SUBDIR := 
 $(PKG)_SUBDIR   := image-$($(PKG)_VERSION)
 $(PKG)_FILE     := image-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
-$(PKG)_DEPS     := of-signal
+$(PKG)_DEPS     := 
 
 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
     $(PKG)_DEPS += $(OCTAVE_TARGET)