lang/julia: Update to 1.7.2
- Fix a typo in the patch Changelog: https://github.com/JuliaLang/julia/releases/tag/v1.7.2 PR: 261795
This commit is contained in:
parent
9aee742a98
commit
eefeae155d
@ -1,9 +1,8 @@
|
||||
# Created by: Iblis Lin <iblis@hs.ntnu.edu.tw>
|
||||
|
||||
PORTNAME= julia
|
||||
DISTVERSION= 1.7.1
|
||||
DISTVERSION= 1.7.2
|
||||
DISTVERSIONSUFFIX= -full
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= lang math
|
||||
MASTER_SITES= https://github.com/JuliaLang/julia/releases/download/v${DISTVERSION}/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1640285664
|
||||
SHA256 (julia-1.7.1-full.tar.gz) = add869121b7e788ff487a234fd39484469dbb3ded29b17041c63c4757515dd58
|
||||
SIZE (julia-1.7.1-full.tar.gz) = 255682275
|
||||
TIMESTAMP = 1644261836
|
||||
SHA256 (julia-1.7.2-full.tar.gz) = c1b4f1f75aac34c40e81805cba2d87f1e72f9ce1405a525273c3688eee12366f
|
||||
SIZE (julia-1.7.2-full.tar.gz) = 255681484
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- stdlib/LibGit2_jll/src/LibGit2_jll.jl.orig 2021-12-15 04:07:07 UTC
|
||||
--- stdlib/LibGit2_jll/src/LibGit2_jll.jl.orig 2021-11-29 02:21:22 UTC
|
||||
+++ stdlib/LibGit2_jll/src/LibGit2_jll.jl
|
||||
@@ -23,7 +23,7 @@ if Sys.iswindows()
|
||||
elseif Sys.isapple()
|
||||
const libgit2 = "@rpath/libgit2.1.1.dylib"
|
||||
else
|
||||
- const libgit2 = "libgit2.so.1.1"
|
||||
+ const libgit2 = "libgit2.so.1"
|
||||
+ const libgit2 = "libgit2.so"
|
||||
end
|
||||
|
||||
function __init__()
|
||||
|
Loading…
Reference in New Issue
Block a user