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 562b3e8 commit ab1e35aCopy full SHA for ab1e35a
L/LibUV/build_tarballs.jl
@@ -1,12 +1,12 @@
1
using BinaryBuilder
2
3
name = "LibUV"
4
-version = v"2+1.29.1-julia"
+version = v"2"
5
6
-# Collection of sources required to build libffi
+# Collection of sources required to build libuv
7
sources = [
8
- "https://github.com/JuliaLang/libuv.git" =>
9
- "35b1504507a7a4168caae3d78db54d1121b121e1",
+ GitSource("https://github.com/JuliaLang/libuv.git",
+ "35b1504507a7a4168caae3d78db54d1121b121e1"),
10
]
11
12
# Bash recipe for building across all platforms
0 commit comments