Skip to content

Commit 52737af

Browse files
committed
Fix build deps.
1 parent e2436ab commit 52737af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

depends/packages/qt.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PACKAGE=qt
22
$(package)_version=5.7.1
3-
$(package)_download_path=https://download.qt.io/archive/qt/5.7/$($(package)_version)/submodules
3+
$(package)_download_path=https://download.qt.io/new_archive/qt/5.7/$($(package)_version)/submodules
44
$(package)_suffix=opensource-src-$($(package)_version).tar.gz
55
$(package)_file_name=qtbase-$($(package)_suffix)
66
$(package)_sha256_hash=95f83e532d23b3ddbde7973f380ecae1bac13230340557276f75f2e37984e410

depends/packages/zlib.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package=zlib
22
$(package)_version=1.2.11
3-
$(package)_download_path=http://www.zlib.net
3+
$(package)_download_path=http://www.zlib.net/fossils/
44
$(package)_file_name=$(package)-$($(package)_version).tar.gz
55
$(package)_sha256_hash=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
66

0 commit comments

Comments
 (0)