Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update(julia): updating, still need to test #135

Merged
merged 2 commits into from
Feb 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions julia/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# using PGO-LTO script from https://github.com/JuliaLang/julia/pull/45641#issue-1268010204

pkgname=julia
pkgver=1.10.0
pkgver=1.10.1
pkgrel=2
arch=(x86_64)
pkgdesc='High-level, high-performance, dynamic programming language'
Expand Down Expand Up @@ -48,7 +48,7 @@ source=(https://github.com/JuliaLang/julia/releases/download/v$pkgver/$pkgname-$
julia-hardcoded-libs.patch
git+https://github.com/JuliaLang/Microbenchmarks.git)
backup=(etc/julia/startup.jl)
sha256sums=('a5f8c0ce08cf132bdd919ca0b5b3b2b66c89e0e5f7e7fb2a81ffa7f225e3db4c'
sha256sums=('6ba58b55fc56e7d7cb854d5f3c7b8cfb6a209850d82ef74cdf76878d841612a4'
'SKIP'
'2cc294b63e601d50341979fb936826bdba59de2165a5929eae927e152652f367'
'b533dd999f019258cbcae1563f18715f41e42e0786b681150cb2c28f8a0da963'
Expand Down