comparison src/default-octave.mk @ 4221:1cac12604314

default-octave.mk: Update pkg version to 4.2.0-rc2.
author John W. Eaton <jwe@octave.org>
date Tue, 27 Sep 2016 16:00:44 -0400
parents 18f214e37537
children 44b1a9b2193e
comparison
equal deleted inserted replaced
4220:7c07a8b0eaf0 4221:1cac12604314
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 := default-octave 7 PKG := default-octave
8 $(PKG)_IGNORE := 8 $(PKG)_IGNORE :=
9 $(PKG)_VERSION := 4.2.0-rc1 9 $(PKG)_VERSION := 4.2.0-rc2
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.gz 12 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz
13 $(PKG)_URL := http://hydra.nixos.org/job/gnu/octave-default/tarball/latest/download 13 $(PKG)_URL := http://hydra.nixos.org/job/gnu/octave-default/tarball/latest/download
14 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 14 ifeq ($(USE_SYSTEM_FONTCONFIG),no)