# HG changeset patch # User John W. Eaton # Date 1419967406 18000 # Node ID d80808c840aa23880848db42092533963ddcac23 # Parent 7a6637aa3aaef47b683eb889aca70838a72c9d11 omit checksum for default-octave package diff -r 7a6637aa3aae -r d80808c840aa src/default-octave.mk --- a/src/default-octave.mk Wed Dec 17 08:19:22 2014 -0500 +++ b/src/default-octave.mk Tue Dec 30 14:23:26 2014 -0500 @@ -1,10 +1,13 @@ # This file is part of MXE. # See index.html for further information. +## We omit the package checksum so that we don't have to update it +## each time the tarball changes on the hydra site. + PKG := default-octave $(PKG)_IGNORE := $(PKG)_VERSION := 4.1.0+ -$(PKG)_CHECKSUM := 7ee5a7b3c65f29b7eb8ec92421b405f263ec6f6e +$(PKG)_CHECKSUM := ## No checksum $(PKG)_SUBDIR := octave-$($(PKG)_VERSION) $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://hydra.nixos.org/job/gnu/octave-default/tarball/latest/download