Skip to content

Commit

Permalink
lang/julia: Update to 1.7.2
Browse files Browse the repository at this point in the history
- Fix a typo in the patch

Changelog:	https://github.com/JuliaLang/julia/releases/tag/v1.7.2

PR:		261795
  • Loading branch information
E-Ryze authored and yzgyyang committed Feb 10, 2022
1 parent 9aee742 commit eefeae1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions lang/julia/Makefile
Original file line number Diff line number Diff line change
@@ -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}/

Expand Down
6 changes: 3 additions & 3 deletions lang/julia/distinfo
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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__()

0 comments on commit eefeae1

Please sign in to comment.