comparison src/release-octave.mk @ 5926:474ff149b097 release octave-release-6-3-90

update version number for Octave 6.3.90 release candidate * src/stable-octave.mk: Update version to 6.3.91. * src/release-octave.mk: Update version to 6.3.90. Update checksum for release candidate.
author John W. Eaton <jwe@octave.org>
date Wed, 20 Oct 2021 08:55:59 -0400
parents 8c1cad878da2
children fc2a223d778f 03cc20300858
comparison
equal deleted inserted replaced
5914:05a486e7e873 5926:474ff149b097
32 ## 32 ##
33 ## --disable-windows-64 --disable-64 --disable-fortran-int64 33 ## --disable-windows-64 --disable-64 --disable-fortran-int64
34 34
35 PKG := release-octave 35 PKG := release-octave
36 $(PKG)_IGNORE := 36 $(PKG)_IGNORE :=
37 $(PKG)_VERSION := 6.3.0 37 $(PKG)_VERSION := 6.3.90
38 $(PKG)_CHECKSUM := 11b94acbb20db8a1d9902202e4d98123229ce327 38 $(PKG)_CHECKSUM := 27e1db263bdb8d619f04d2fbc1bda593e4ae18b2
39 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION) 39 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION)
40 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz 40 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz
41 $(PKG)_URL := ftp://ftp.gnu.org/gnu/octave/$($(PKG)_FILE) 41 $(PKG)_URL := ftp://alpha.gnu.org/gnu/octave/$($(PKG)_FILE)
42 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 42 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
43 $(PKG)_FONTCONFIG := fontconfig 43 $(PKG)_FONTCONFIG := fontconfig
44 endif 44 endif
45 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile pcre portaudio pstoedit qhull qrupdate qscintilla readline sundials-ida suitesparse texinfo zlib 45 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile pcre portaudio pstoedit qhull qrupdate qscintilla readline sundials-ida suitesparse texinfo zlib
46 46