comparison src/of-splines.mk @ 3935:e66c883008d4

of-splines: update to 1.2.8 * src/of-splines.mk: update version, checksum * build_packages.m: update splines version
author John Donoghue
date Fri, 08 May 2015 11:00:50 -0400
parents 006263ce4905
children 2840415e6c1d
comparison
equal deleted inserted replaced
3934:8ed7da7e39d4 3935:e66c883008d4
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-splines 4 PKG := of-splines
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.2.7 6 $(PKG)_VERSION := 1.2.8
7 $(PKG)_CHECKSUM := d5a28ff0a6d7e42efc9756de78296bbf5d9ede22 7 $(PKG)_CHECKSUM := 9b4824aa26b8b49c46fe6937e46a01a25451dcc5
8 $(PKG)_REMOTE_SUBDIR := 8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := splines 9 $(PKG)_SUBDIR := splines-$($(PKG)_VERSION)
10 $(PKG)_FILE := splines-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := splines-$($(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 define $(PKG)_UPDATE 14 define $(PKG)_UPDATE