comparison src/stable-octave.mk @ 4673:010dc6a420ff

stable-octave: bump version number
author John W. Eaton <jwe@octave.org>
date Thu, 19 Apr 2018 21:57:06 -0400
parents 871355b33950
children bdfb91311f5c
comparison
equal deleted inserted replaced
4672:a7ea879b0715 4673:010dc6a420ff
4 ## We omit the package checksum so that we don't have to update it 4 ## We omit the package checksum so that we don't have to update it
5 ## each time the tarball changes on the hydra site. 5 ## each time the tarball changes on the hydra site.
6 6
7 PKG := stable-octave 7 PKG := stable-octave
8 $(PKG)_IGNORE := 8 $(PKG)_IGNORE :=
9 $(PKG)_VERSION := 4.3.90 9 $(PKG)_VERSION := 4.3.91
10 $(PKG)_CHECKSUM := ## No checksum 10 $(PKG)_CHECKSUM := ## No checksum
11 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION) 11 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION)
12 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz 12 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz
13 $(PKG)_URL := ftp://alpha.gnu.org/gnu/octave/$($(PKG)_FILE) 13 $(PKG)_URL := ftp://alpha.gnu.org/gnu/octave/$($(PKG)_FILE)
14 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 14 ifeq ($(USE_SYSTEM_FONTCONFIG),no)