changeset 4672:a7ea879b0715

build-perl: define package checksum
author John W. Eaton <jwe@octave.org>
date Thu, 19 Apr 2018 19:23:18 -0400
parents 81fbc151cb58
children 010dc6a420ff
files src/build-perl.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-perl.mk	Thu Apr 19 19:21:40 2018 -0400
+++ b/src/build-perl.mk	Thu Apr 19 19:23:18 2018 -0400
@@ -4,7 +4,7 @@
 PKG             := build-perl
 $(PKG)_IGNORE   :=
 $(PKG)_VERSION  := 5.26.1
-$(PKG)_CHECKSUM := 
+$(PKG)_CHECKSUM := 74a0822429508d593513a0dfd6f51a907bad68d0
 $(PKG)_SUBDIR   := perl-$($(PKG)_VERSION)
 $(PKG)_FILE     := perl-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.cpan.org/src/5.0/$($(PKG)_FILE)