Skip to content

Commit

Permalink
Merge pull request #123 from daleglass-overte/update_zlib
Browse files Browse the repository at this point in the history
Update zlib to 1.2.12, improve hosting
  • Loading branch information
daleglass authored Jul 21, 2022
2 parents 7cdf3ec + 43e2222 commit 4790b16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/ports/zlib/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
include(vcpkg_common_functions)

set(VERSION 1.2.11)
set(VERSION 1.2.12)

vcpkg_download_distfile(ARCHIVE_FILE
URLS "http://www.zlib.net/zlib-${VERSION}.tar.gz" "https://downloads.sourceforge.net/project/libpng/zlib/${VERSION}/zlib-${VERSION}.tar.gz"
FILENAME "zlib1211.tar.gz"
SHA512 73fd3fff4adeccd4894084c15ddac89890cd10ef105dd5e1835e1e9bbb6a49ff229713bd197d203edfa17c2727700fce65a2a235f07568212d820dca88b528ae
URLS "http://www.zlib.net/zlib-${VERSION}.tar.xz" "https://downloads.sourceforge.net/project/libpng/zlib/${VERSION}/zlib-${VERSION}.tar.xz" "https://build-deps.overte.org/dependencies/zlib-${VERSION}.tar.xz"
FILENAME "zlib1212.tar.xz"
SHA512 12940e81e988f7661da52fa20bdc333314ae86a621fdb748804a20840b065a1d6d984430f2d41f3a057de0effc6ff9bcf42f9ee9510b88219085f59cbbd082bd
)

vcpkg_extract_source_archive_ex(
Expand Down

0 comments on commit 4790b16

Please sign in to comment.