Skip to content

Commit ab1e35a

Browse files
authored
Upgrade LibUV (#571)
* Upgrade LibUV * Drop falacious version number
1 parent 562b3e8 commit ab1e35a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

L/LibUV/build_tarballs.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
using BinaryBuilder
22

33
name = "LibUV"
4-
version = v"2+1.29.1-julia"
4+
version = v"2"
55

6-
# Collection of sources required to build libffi
6+
# Collection of sources required to build libuv
77
sources = [
8-
"https://github.com/JuliaLang/libuv.git" =>
9-
"35b1504507a7a4168caae3d78db54d1121b121e1",
8+
GitSource("https://github.com/JuliaLang/libuv.git",
9+
"35b1504507a7a4168caae3d78db54d1121b121e1"),
1010
]
1111

1212
# Bash recipe for building across all platforms

0 commit comments

Comments
 (0)