comparison src/of-control.mk @ 4627:1cd7d7fd437a

of-control: update to v3.1.0 * build_packages.m: update control version to 3.1.0 * src/of-control.mk: update version/checksum, subdir
author John Donoghue
date Tue, 13 Mar 2018 12:39:11 -0400
parents 7d1e45c2f175
children 5e4292853f84
comparison
equal deleted inserted replaced
4626:b864dc772f15 4627:1cd7d7fd437a
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := of-control 4 PKG := of-control
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.0.0 6 $(PKG)_VERSION := 3.1.0
7 $(PKG)_CHECKSUM := ee3f4b1e0ee719d2d877b57905c7e31ef76adcbd 7 $(PKG)_CHECKSUM := 573d9256c6c49b9b2940347ef0c8772fc7cbdfce
8 $(PKG)_REMOTE_SUBDIR := 8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := control 9 $(PKG)_SUBDIR := control-$($(PKG)_VERSION)
10 $(PKG)_FILE := control-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := control-$($(PKG)_VERSION).tar.gz
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download' 11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
12 $(PKG)_DEPS := 12 $(PKG)_DEPS :=
13 13
14 ifeq ($(ENABLE_BINARY_PACKAGES),yes) 14 ifeq ($(ENABLE_BINARY_PACKAGES),yes)