summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2021-07-15 15:24:29 +0900
committerAdriĆ  Arrufat2021-07-15 15:24:29 +0900
commit28ce9ebc413824e84f9648eef5783cee54f1635e (patch)
treeb19291173ed3101d20696fc5ab63c20aa35071e3
parentee712c7991ec0b64a9defc04faec3e7abf47b476 (diff)
downloadaur-28ce9ebc413824e84f9648eef5783cee54f1635e.tar.gz
update to v 1.6.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5601db7553c3..740aa74ae4ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = julia-bin
pkgdesc = High-level, high-performance, dynamic programming language - official binaries
- pkgver = 1.6.1
+ pkgver = 1.6.2
pkgrel = 1
url = https://julialang.org/
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = julia-bin
provides = julia
conflicts = julia
options = !strip
- source = https://julialang-s3.julialang.org/bin/linux/x64/1.6/julia-1.6.1-linux-x86_64.tar.gz
- sha256sums = 7c888adec3ea42afbfed2ce756ce1164a570d50fa7506c3f2e1e2cbc49d52506
+ source = https://julialang-s3.julialang.org/bin/linux/x64/1.6/julia-1.6.2-linux-x86_64.tar.gz
+ sha256sums = 3eb4b5775b0df1ad38f6c409e989501ab445c95bcb01ab02bd60f5bd1e823240
pkgname = julia-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 619a4a1ed47e..bb548a74217c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=julia-bin
-pkgver=1.6.1
+pkgver=1.6.2
pkgrel=1
arch=('x86_64')
pkgdesc='High-level, high-performance, dynamic programming language - official binaries'
@@ -8,7 +8,7 @@ conflicts=(julia)
url='https://julialang.org/'
license=('MIT')
source=("https://julialang-s3.julialang.org/bin/linux/x64/${pkgver:0:3}/julia-${pkgver}-linux-x86_64.tar.gz")
-sha256sums=('7c888adec3ea42afbfed2ce756ce1164a570d50fa7506c3f2e1e2cbc49d52506')
+sha256sums=('3eb4b5775b0df1ad38f6c409e989501ab445c95bcb01ab02bd60f5bd1e823240')
options=(!strip)
package() {