From d4362a229755b8065466b3fbf2143fc7347f4615 Mon Sep 17 00:00:00 2001 From: Adam Beckmeyer Date: Mon, 20 May 2019 23:09:09 -0400 Subject: [PATCH] julia: update to 1.1.1 [ci skip] Closes #11841. Signed-off-by: Enno Boland --- srcpkgs/julia/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/julia/template b/srcpkgs/julia/template index 0a93218d019..651131a0f1f 100644 --- a/srcpkgs/julia/template +++ b/srcpkgs/julia/template @@ -1,7 +1,7 @@ # Template file for 'julia' pkgname=julia -version=1.1.0 -revision=2 +version=1.1.1 +revision=1 archs="i686* x86_64* ppc64le*" build_style=gnu-makefile make_build_args="prefix=/usr sysconfdir=/etc USE_SYSTEM_LLVM=0 USE_LLVM_SHLIB=1 @@ -22,10 +22,10 @@ maintainer="Adam Beckmeyer " license="MIT" homepage="https://julialang.org" distfiles="https://github.com/JuliaLang/julia/releases/download/v${version}/julia-${version}-full.tar.gz" -checksum=a62c40922a368e303051c007a32e616862340d6ae5f3fac851a9e1b7c7bed0a7 +checksum=3c5395dd3419ebb82d57bcc49dc729df3b225b9094e74376f8c649ee35ed79c2 nocross=yes # Falsely detects dependency on libllvm -skiprdeps=/usr/lib/libjulia.so.1.0 +skiprdeps=/usr/lib/libjulia.so.1.1 case "$XBPS_TARGET_MACHINE" in *-musl)