Skip to content

Commit f1874cc

Browse files
committed
[slope] update to 6.2.1
1 parent 50c4c5c commit f1874cc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

S/slope/build_tarballs.jl

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@ const YGGDRASIL_DIR = "../.."
44
include(joinpath(YGGDRASIL_DIR, "platforms", "macos_sdks.jl"))
55

66
name = "slope"
7-
version = v"5.1.1"
8-
9-
# See https://github.com/JuliaLang/Pkg.jl/issues/2942
10-
# Once this Pkg issue is resolved, this must be removed
11-
uuid = Base.UUID("a83860b7-747b-57cf-bf1f-3e79990d037f")
12-
delete!(Pkg.Types.get_last_stdlibs(v"1.6.3"), uuid)
7+
version = v"6.2.1"
138

149
sources = [
15-
GitSource("https://github.com/jolars/libslope.git", "e668b0891ff744cad2d1b3fbf13bf2ec534f1518"),
10+
GitSource("https://github.com/jolars/libslope.git", "5736dcf59ddb483dd89198d949ec0c12779346db"),
1611
]
1712

1813
# Bash recipe for building across all platforms

0 commit comments

Comments
 (0)