Add libiconv 1.16 (#13088)

This commit is contained in:
Adam J. Stewart 2019-10-10 12:09:46 -05:00 committed by GitHub
parent c570c09cbf
commit 15d7e2efd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,9 @@ class Libiconv(AutotoolsPackage):
and the iconv program for character set conversion."""
homepage = "https://www.gnu.org/software/libiconv/"
url = "https://ftpmirror.gnu.org/libiconv/libiconv-1.15.tar.gz"
url = "https://ftpmirror.gnu.org/libiconv/libiconv-1.16.tar.gz"
version('1.16', sha256='e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04')
version('1.15', 'ace8b5f2db42f7b3b3057585e80d9808')
version('1.14', 'e34509b1623cec449dfeb73d7ce9c6c6')