comparison src/build-perl.mk @ 5370:c77e64d39aa2

* src/build-perl.mk: update to v5.31.10
author John Donoghue <john.donoghue@ieee.org>
date Sat, 11 Apr 2020 11:00:57 -0400
parents 457d4af76752
children 45e87a44955b
comparison
equal deleted inserted replaced
5369:814904f97e22 5370:c77e64d39aa2
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := build-perl 4 PKG := build-perl
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 5.26.1 6 $(PKG)_VERSION := 5.31.10
7 $(PKG)_CHECKSUM := 74a0822429508d593513a0dfd6f51a907bad68d0 7 $(PKG)_CHECKSUM := 5f1ae9d3cf2429ac6a54fc244bd2513eea92a3f8
8 $(PKG)_SUBDIR := perl-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := perl-$($(PKG)_VERSION)
9 $(PKG)_FILE := perl-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := perl-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://www.cpan.org/src/5.0/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.cpan.org/src/5.0/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12
15 $(PKG)_CONFIGURE_ARGS := -Duseshrplib 15 $(PKG)_CONFIGURE_ARGS := -Duseshrplib
16 endif 16 endif
17 17
18 define $(PKG)_UPDATE 18 define $(PKG)_UPDATE
19 $(WGET) -q -O- 'http://www.cpan.org/src/5.0' | \ 19 $(WGET) -q -O- 'http://www.cpan.org/src/5.0' | \
20 $(SED) -n 's,.*<a href="perl-\([0-9\.]*\)\.tar.gz.*",\1,p' | \ 20 $(SED) -n 's,.*<a href="perl-\([0-9\.]*\)\.tar.gz".*,\1,p' | \
21 $(SORT) -V | \ 21 $(SORT) -V | \
22 tail -1 22 tail -1
23 endef 23 endef
24 24
25 ifeq ($(MXE_WINDOWS_BUILD),yes) 25 ifeq ($(MXE_WINDOWS_BUILD),yes)