perl: Update perl-cross from 1.1.3 to 1.1.4
authorFredrik Fornwall <fredrik@fornwall.net>
Fri, 24 Feb 2017 20:12:49 +0000 (21:12 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Fri, 24 Feb 2017 20:12:49 +0000 (21:12 +0100)
packages/perl/build.sh

index 54ea024..8014275 100644 (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}