comparison src/stable-octave.mk @ 7107:acd608ccc24d release octave-release-9.1.0

update version number for Octave 9.1.0 release * src/stable-octave.mk: Update version to 9.1.1. * src/release-octave.mk: Update vefrsion to 9.1.0. Update checksum for release. Update package URL.
author John W. Eaton <jwe@octave.org>
date Tue, 12 Mar 2024 15:44:50 -0400
parents a7346760a4bb
children 314276f00b9a
comparison
equal deleted inserted replaced
7106:47ac621e632f 7107:acd608ccc24d
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 := 9.0.91 16 $(PKG)_VERSION := 9.1.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)