summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorisrael.herraiz2017-05-16 20:38:44 +0200
committerisrael.herraiz2017-05-16 20:38:44 +0200
commit122570f64e0e3879a40ea9e4081a30be908dac9f (patch)
treeeec0be452f0789d02d75215625150b9db0617a8e
parentccd96cd5e25afbc33aa1a5ee9ff6ba69411ae5be (diff)
downloadaur-122570f64e0e3879a40ea9e4081a30be908dac9f.tar.gz
Update to v0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4189d080935b..7237c92cb0af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = julia-mkl
pkgdesc = High-level, high-performance, dynamic programming language (compiled with the Intel MKL library)
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = http://julialang.org/
arch = x86_64
@@ -23,8 +23,8 @@ pkgbase = julia-mkl
conflicts = julia
options = !emptydirs
options = staticlibs
- source = https://github.com/JuliaLang/julia/releases/download/v0.5.1/julia-0.5.1.tar.gz
- md5sums = 4354b5a347cacab0c81c47c8988596f2
+ source = https://github.com/JuliaLang/julia/releases/download/v0.5.2/julia-0.5.2.tar.gz
+ md5sums = 9a80cd43a07790bde8f159e8ce79187b
pkgname = julia-mkl
install = sysfix.install
diff --git a/PKGBUILD b/PKGBUILD
index a0868ca82770..83be8eb6b338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=julia-mkl
pkgname=('julia-mkl' 'julia-mkl-docs')
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
arch=('x86_64')
pkgdesc='High-level, high-performance, dynamic programming language (compiled with the Intel MKL library)'
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('python2' 'libuv' 'libunwind' 'mpfr' 'zlib' 'suitesparse-mkl' 'patchelf' 'cmake' 'pcre2' 'openssl' 'intel-mkl' 'intel-compiler-base' 'intel-fortran-compiler' 'libgit2')
options=('!emptydirs' 'staticlibs')
source=("https://github.com/JuliaLang/julia/releases/download/v$pkgver/julia-$pkgver.tar.gz")
-md5sums=('4354b5a347cacab0c81c47c8988596f2')
+md5sums=('9a80cd43a07790bde8f159e8ce79187b')
conflicts=('julia-git' 'julia')