comparison src/default-octave.mk @ 3783:1e3c4d5240bb

default-octave: change octave version from 3.9.0+ to 3.9.1+ * src/default-octave.mk - change octave version from 3.9.0+ to 3.9.1+
author John Donoghue <john.donoghue@ieee.org>
date Sun, 08 Feb 2015 22:51:06 -0500
parents 1c0d13ac788e
children e1e69acf0bb2
comparison
equal deleted inserted replaced
3782:1bd1588eb068 3783:1e3c4d5240bb
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 := 3.9.0+ 9 $(PKG)_VERSION := 3.9.1+
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)