comparison src/of-signal.mk @ 3874:c09688a35beb

of-signal: update to v1.3.1 * src/of-signal.mk: update version, checksum, subdir * build_packages.m: update version
author John Donoghue
date Mon, 06 Apr 2015 13:53:54 -0400
parents ae4193aad5fe
children 695ab386ce74
comparison
equal deleted inserted replaced
3873:58aa10af640e 3874:c09688a35beb
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-signal 4 PKG := of-signal
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.3.0 6 $(PKG)_VERSION := 1.3.1
7 $(PKG)_CHECKSUM := 007f2d574cc107a3ffb657c3242e97610056e33d 7 $(PKG)_CHECKSUM := 89304fdf6cf610d5731029ca08b3284457db2b14
8 $(PKG)_REMOTE_SUBDIR := 8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := signal 9 $(PKG)_SUBDIR := signal-$($(PKG)_VERSION)
10 $(PKG)_FILE := signal-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := signal-$($(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 := of-specfun of-control of-general 12 $(PKG)_DEPS := of-specfun of-control of-general
13 13
14 define $(PKG)_UPDATE 14 define $(PKG)_UPDATE