summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2022-10-03 10:15:25 -0400
committerAlex Hirzel2022-10-03 10:15:25 -0400
commite67e4e8438589c633d781668a531250fcdc9af59 (patch)
treeb37987914ae3ad884879c0592cd2779be70291d5 /PKGBUILD
parentf901127a3149192337ac7f70ee8f5aa95e35cf10 (diff)
downloadaur-e67e4e8438589c633d781668a531250fcdc9af59.tar.gz
Update to v1.8.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a99fa087f52..eab3a918b527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=julia-bin
-pkgver=1.8.1
+pkgver=1.8.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=('33054ee647ee8a4fb54fc05110e07e0b53e04591fe53d0a4cb4c7ed7a05e91f1')
+sha256sums=('671cf3a450b63a717e1eedd7f69087e3856f015b2e146cb54928f19a3c05e796')
options=(!strip)
package() {