comparison src/stable-octave.mk @ 6611:9a732fbe84e0 release octave-rc-8-0-90

Update version numbers and build rules for Octave 8.0.90 release candidate. * src/stable-octave.mk: Update version to 8.0.91. * src/release-octave.mk: Update version to 8.0.90. Update checksum for release candidate. Merge build rule changes from stable-octave.mk.
author John W. Eaton <jwe@octave.org>
date Sun, 22 Jan 2023 20:53:34 -0500
parents 77267b0c5bc8
children 31c6a98a0292
comparison
equal deleted inserted replaced
6610:fc7925b7b5d2 6611:9a732fbe84e0
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 := 8.0.1 16 $(PKG)_VERSION := 8.0.91
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)