summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2021-07-15 15:24:29 +0900
committerAdriĆ  Arrufat2021-07-15 15:24:29 +0900
commit28ce9ebc413824e84f9648eef5783cee54f1635e (patch)
treeb19291173ed3101d20696fc5ab63c20aa35071e3 /PKGBUILD
parentee712c7991ec0b64a9defc04faec3e7abf47b476 (diff)
downloadaur-28ce9ebc413824e84f9648eef5783cee54f1635e.tar.gz
update to v 1.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {