summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2020-05-24 14:03:43 +0900
committerAdriĆ  Arrufat2020-05-24 14:03:43 +0900
commit12ea09e322848e0074dd8db7bb9603b424467e79 (patch)
tree0e3f776cf8b107690d3d69db3ec537493758898c /PKGBUILD
parentf8a1443793923296d803791d9795d8773eefec6b (diff)
downloadaur-12ea09e322848e0074dd8db7bb9603b424467e79.tar.gz
update to v1.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5af615c21ef..53436a9b6507 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=julia-bin
-pkgver=1.4.1
+pkgver=1.4.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=('fd6d8cadaed678174c3caefb92207a3b0e8da9f926af6703fb4d1e4e4f50610a')
+sha256sums=('d77311be23260710e89700d0b1113eecf421d6cf31a9cebad3f6bdd606165c28')
options=(!strip)
package() {