Skip to content

Commit b42d57a

Browse files
committed
Add SHA-256 sum for libiconv sources
1 parent 33ce478 commit b42d57a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deps/build.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ end
1616
provides(Homebrew.HB, "libiconv", libiconv, os = :Darwin)
1717
end
1818

19-
provides(Sources, URI("http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz"), libiconv)
19+
provides(Sources,
20+
URI("http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz"),
21+
libiconv,
22+
SHA="72b24ded17d687193c3366d0ebe7cde1e6b18f0df8c55438ac95be39e8a30613")
2023

2124
provides(BuildProcess,
2225
Autotools(libtarget = "lib/libiconv.la",

0 commit comments

Comments
 (0)