diff src/stable-octave.mk @ 4540:2a8b5cf2085c

allow stable-octave to build from hg
author John W. Eaton <jwe@octave.org>
date Tue, 21 Nov 2017 16:45:20 -0500
parents 8f9bee27223f
children d88f6ada9d07
line wrap: on
line diff
--- a/src/stable-octave.mk	Tue Nov 21 12:26:13 2017 -0500
+++ b/src/stable-octave.mk	Tue Nov 21 16:45:20 2017 -0500
@@ -1,10 +1,12 @@
 # This file is part of MXE.
 # See index.html for further information.
 
+## This can now build from hg stable so we omit the package checksum.
+
 PKG             := stable-octave
 $(PKG)_IGNORE   :=
 $(PKG)_VERSION  := 4.2.1
-$(PKG)_CHECKSUM := 057dbaa30d0ef75e84db30aeda623a2561b0d547
+$(PKG)_CHECKSUM := ## No checksum
 $(PKG)_SUBDIR   := octave-$($(PKG)_VERSION)
 $(PKG)_FILE     := octave-$($(PKG)_VERSION).tar.lz
 $(PKG)_URL      := ftp://ftp.gnu.org/gnu/octave/$($(PKG)_FILE)