comparison src/of-strings.mk @ 3962:76247f439f51

of-strings: update to v1.2.0 * src/of-strings.mk: update version, checksum, subdir * src/of-strings-1-fixes.patch: update cross build patch * build_packages.m: update strings version number
author John Donoghue
date Mon, 08 Jun 2015 13:49:11 -0400
parents cc946e55afb3
children 1933a9113e65
comparison
equal deleted inserted replaced
3961:808ff354717a 3962:76247f439f51
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-strings 4 PKG := of-strings
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.1.0 6 $(PKG)_VERSION := 1.2.0
7 $(PKG)_CHECKSUM := 55a77a68d3015d0aa471a723b099a9460838e82c 7 $(PKG)_CHECKSUM := 5db5442b62961a490526eec5d30e6db2a008914a
8 $(PKG)_REMOTE_SUBDIR := 8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := strings 9 $(PKG)_SUBDIR := strings-$($(PKG)_VERSION)
10 $(PKG)_FILE := strings-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := strings-$($(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