comparison src/stable-octave.mk @ 6652:31c6a98a0292 release octave-release-8.1.0

update version number for Octave 8.1.0 release * src/stable-octave.mk: Update version to 8.1.1. * src/release-octave.mk: Update version to 8.1.0. Update checksum for release. Update package URL.
author John W. Eaton <jwe@octave.org>
date Tue, 07 Mar 2023 01:08:21 -0500
parents 9a732fbe84e0
children 0a46b3a1d7ba
comparison
equal deleted inserted replaced
6647:d0fecc2e695a 6652:31c6a98a0292
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.91 16 $(PKG)_VERSION := 8.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)