comparison src/stable-octave.mk @ 5973:312b454ec648 release

Update version numbers after merge in Octave repository. * src/default-octave.mk: Update version number to 8.0.0. * src/stable-octave.mk: Update version number to 7.0.1.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 24 Nov 2021 18:31:48 +0100
parents 03cc20300858
children 56dac5f3f3af
comparison
equal deleted inserted replaced
5949:72f9d9dab23f 5973:312b454ec648
11 ## We omit the package checksum so that we don't have to update it 11 ## We omit the package checksum so that we don't have to update it
12 ## each time the tarball changes. 12 ## each time the tarball changes.
13 13
14 PKG := stable-octave 14 PKG := stable-octave
15 $(PKG)_IGNORE := 15 $(PKG)_IGNORE :=
16 $(PKG)_VERSION := 6.4.1 16 $(PKG)_VERSION := 7.0.1
17 $(PKG)_CHECKSUM := ## No checksum 17 $(PKG)_CHECKSUM := ## No checksum
18 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION) 18 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION)
19 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz 19 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz
20 $(PKG)_URL := http://not.a.valid.url/$($(PKG)_FILE) 20 $(PKG)_URL := http://not.a.valid.url/$($(PKG)_FILE)
21 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 21 ifeq ($(USE_SYSTEM_FONTCONFIG),no)