comparison src/default-octave.mk @ 6978:15c57f9e071c release

octave: Update version numbers after merge in Octave repository. * src/default-octave.mk: Update version number to 10.0.0. * src/stable-octave.mk: Update version number to 9.0.1. Merge changes in build rule from default-octave.mk.
author John W. Eaton <jwe@octave.org>
date Thu, 23 Nov 2023 06:35:04 -0500
parents 56decd595eb7
children ced8bce637c1
comparison
equal deleted inserted replaced
6957:eb922f2aef32 6978:15c57f9e071c
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 := default-octave 14 PKG := default-octave
15 $(PKG)_IGNORE := 15 $(PKG)_IGNORE :=
16 $(PKG)_VERSION := 9.0.0 16 $(PKG)_VERSION := 10.0.0
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)