We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c4c5c commit f1874ccCopy full SHA for f1874cc
S/slope/build_tarballs.jl
@@ -4,15 +4,10 @@ const YGGDRASIL_DIR = "../.."
4
include(joinpath(YGGDRASIL_DIR, "platforms", "macos_sdks.jl"))
5
6
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)
+version = v"6.2.1"
13
14
sources = [
15
- GitSource("https://github.com/jolars/libslope.git", "e668b0891ff744cad2d1b3fbf13bf2ec534f1518"),
+ GitSource("https://github.com/jolars/libslope.git", "5736dcf59ddb483dd89198d949ec0c12779346db"),
16
]
17
18
# Bash recipe for building across all platforms
0 commit comments