From a2d041344d14d072fd54d3516015640ae4b61648 Mon Sep 17 00:00:00 2001 From: Davide Beatrici Date: Sat, 1 Sep 2018 22:13:33 +0200 Subject: [PATCH] buildenv/1.3.x/win32-static: update zlib links --- buildenv/1.3.x/win32-static/zlib.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildenv/1.3.x/win32-static/zlib.build b/buildenv/1.3.x/win32-static/zlib.build index 4805f3ad..185eef30 100755 --- a/buildenv/1.3.x/win32-static/zlib.build +++ b/buildenv/1.3.x/win32-static/zlib.build @@ -1,11 +1,11 @@ #!/usr/bin/env mumble-build -# Copyright 2013-2014 The 'mumble-releng' Authors. All rights reserved. +# Copyright 2013-2018 The 'mumble-releng' Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that # can be found in the LICENSE file in the source tree or at # . urls=( - "http://releng-distfiles.mumble.info/releng-distfiles/zlib-1.2.11.tar.gz" + "https://s3.amazonaws.com/mumble-releng-distfiles/zlib-1.2.11.tar.gz" "http://zlib.net/zlib-1.2.11.tar.gz" )