diff --git a/U/utf8proc/build_tarballs.jl b/U/utf8proc/build_tarballs.jl index 6a05fb1968f..44a29f90ac6 100644 --- a/U/utf8proc/build_tarballs.jl +++ b/U/utf8proc/build_tarballs.jl @@ -1,12 +1,12 @@ using BinaryBuilder name = "utf8proc" -version = v"2.6.1" +version = v"2.7.0" # Collection of sources required to complete build sources = [ GitSource("https://github.com/JuliaStrings/utf8proc.git", - "3203baa7374d67132384e2830b2183c92351bffc"), + "8ca6144c85c165987cb1c5d8395c7314e13d4cd7"), ] # Bash recipe for building across all platforms