summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2024-04-30 16:10:52 -0400
committerAlex Hirzel2024-04-30 16:10:52 -0400
commite60c4d9f038c5a35ec02c4b5304ca5bb0bdc9af7 (patch)
tree43ad179e9e216268de1fba5f4441d82795393d2d /PKGBUILD
parent2fbd8cf0e1172a2f8d294b87ce1e62facb242a3e (diff)
downloadaur-e60c4d9f038c5a35ec02c4b5304ca5bb0bdc9af7.tar.gz
update to version 1.10.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a96b52c8be20..693f5b17b3c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=julia-bin
-pkgver=1.10.2
+pkgver=1.10.3
pkgrel=1
arch=('x86_64' 'aarch64')
pkgdesc='High-level, high-performance, dynamic programming language - official binaries'
@@ -9,9 +9,10 @@ depends=('bash' 'gmp' 'libnghttp2' 'libssh2' 'libunwind' 'python' 'llvm')
url='https://julialang.org/'
license=('MIT')
source_x86_64=("https://julialang-s3.julialang.org/bin/linux/x64/${pkgver:0:4}/julia-${pkgver}-linux-${arch}.tar.gz")
-sha256sums_x86_64=('51bccc9bb245197f24e6b2394e6aa69c0dc1e41b4e300b796e17da34ef64db1e')
+sha256sums_x86_64=('81b910c922fff0e27ae1f256f2cc803db81f3960215281eddd2d484721928c70')
source_aarch64=("https://julialang-s3.julialang.org/bin/linux/aarch64/${pkgver:0:4}/julia-${pkgver}-linux-${arch}.tar.gz")
-sha256sums_aarch64=('f319ff2812bece0918cb9ea6e0df54cc9412fc5ef8c0589b6a4fea485c07535d')
+sha256sums_aarch64=('2d52a61826872b3170c65f99a954bd9d21a31211cb50948056d924f811a0024f')
+
options=(!strip)
package() {