comparison src/stable-octave.mk @ 5518:039563087c70 octave-rc-6.0.90

update version number for first 6.1 release candidate * src/stable-octave.mk: Update version to 6.0.90. * src/release-octave.mk: Update version to 6.0.90. Update URL and checksum for release candidate. * src/release-octave-1-setvbuf.patch: Delete. * src/release-octave-1-gnulib.patch: Update.
author John W. Eaton <jwe@octave.org>
date Wed, 26 Aug 2020 15:48:45 -0400
parents 2f280e830838
children aa46453cf597
comparison
equal deleted inserted replaced
5517:972c082c295d 5518:039563087c70
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.0.1 16 $(PKG)_VERSION := 6.0.90
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)