comparison src/stable-octave.mk @ 4688:bdfb91311f5c

stable-octave: bump version to 4.3.92
author John W. Eaton <jwe@octave.org>
date Fri, 27 Apr 2018 11:03:09 -0400
parents 010dc6a420ff
children ebc418be26ec
comparison
equal deleted inserted replaced
4687:ff17e8f333ae 4688:bdfb91311f5c
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.91 9 $(PKG)_VERSION := 4.3.92
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)