summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2020-03-23 20:05:29 +0800
committerJingbei Li2020-03-23 20:05:29 +0800
commitf0ebdf00d08a4264876b933eb8cbc0eef936d464 (patch)
tree17fbeef721a75e46d154285a0cf0d2126a7b752c
parente0866419a3f541bdcba82bede9432525a86ceccb (diff)
downloadaur-f0ebdf00d08a4264876b933eb8cbc0eef936d464.tar.gz
upgraded to 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05f74d8bf9de..8c7a8dbe9291 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 = 1.3.1
+ pkgver = 1.4.0
pkgrel = 1
epoch = 2
url = https://julialang.org/
@@ -24,10 +24,10 @@ pkgbase = julia-mkl
conflicts = julia
conflicts = julia-git
backup = etc/julia/startup.jl
- source = https://github.com/JuliaLang/julia/releases/download/v1.3.1/julia-1.3.1-full.tar.gz
+ source = https://github.com/JuliaLang/julia/releases/download/v1.4.0/julia-1.4.0-full.tar.gz
source = libunwind-version.patch
source = make-install-no-build.patch
- sha256sums = 053908ec2706eb76cfdc998c077de123ecb1c60c945b4b5057aa3be19147b723
+ sha256sums = 880c73a08296ce8d94ad9605149f2a2b2b028e7202a700ef725da899300b8be9
sha256sums = a5eec1e43e1161c313b1d32a5f35a67d6b4a2bbc2d6d324c010f6f2b35be4a72
sha256sums = 0b57e0bc6e25c92fde8a6474394f7a99bfb57f9b5d0f7b53f988622ae67de8b7
diff --git a/PKGBUILD b/PKGBUILD
index b5f28ab57c48..7f8933564313 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=julia-mkl
_pkgname=julia
epoch=2
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=1
arch=(x86_64)
pkgdesc='High-level, high-performance, dynamic programming language (compiled with the Intel MKL library)'
@@ -24,7 +24,7 @@ backup=(etc/julia/startup.jl)
source=("https://github.com/JuliaLang/julia/releases/download/v$pkgver/$_pkgname-$pkgver-full.tar.gz"
libunwind-version.patch
make-install-no-build.patch)
-sha256sums=('053908ec2706eb76cfdc998c077de123ecb1c60c945b4b5057aa3be19147b723'
+sha256sums=('880c73a08296ce8d94ad9605149f2a2b2b028e7202a700ef725da899300b8be9'
'a5eec1e43e1161c313b1d32a5f35a67d6b4a2bbc2d6d324c010f6f2b35be4a72'
'0b57e0bc6e25c92fde8a6474394f7a99bfb57f9b5d0f7b53f988622ae67de8b7')