perl: Update perl-cross from 1.1.3 to 1.1.4

This commit is contained in:
Fredrik Fornwall 2017-02-24 21:12:49 +01:00
parent 73bc946e72
commit cba558f6fe
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@ TERMUX_PKG_NO_DEVELSPLIT=yes
TERMUX_PKG_REVISION=1
termux_step_post_extract_package () {
# This port uses perl-cross: http://arsv.github.io/perl-cross/
local PERLCROSS_VERSION=1.1.3
local PERLCROSS_VERSION=1.1.4
local PERLCROSS_FILE=perl-cross-${PERLCROSS_VERSION}.tar.gz
local PERLCROSS_TAR=$TERMUX_PKG_CACHEDIR/$PERLCROSS_FILE
if [ ! -f $PERLCROSS_TAR ]; then
termux_download https://github.com/arsv/perl-cross/releases/download/$PERLCROSS_VERSION/$PERLCROSS_FILE \
$PERLCROSS_TAR \
181b24ff71815fb2c8065e6ea139d106796eee0964aebfd8081f0b7f69e0696d
c840a327d5464ca271cac40d52e2d199330875527bf1003c28a6e550fb7bcc57
fi
tar xf $PERLCROSS_TAR
cd perl-cross-${PERLCROSS_VERSION}