Skip to content

Commit 0c0fe1a

Browse files
authored
build: Switch conan packages from bincrafters to conan.io (#537)
Discussion at conan-io/conan-center-index#4151 (comment) Fixes Azure Pipelines builds for #535
1 parent e1c69d1 commit 0c0fe1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conanfile.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#
2-
# Copyright (c) 2018-2019 Mateusz Loskot <mateusz at loskot dot net>
2+
# Copyright (c) 2018-2021 Mateusz Loskot <mateusz at loskot dot net>
33
#
44
# Distributed under the Boost Software License, Version 1.0.
55
# (See accompanying file LICENSE_1_0.txt or copy at
66
# http://www.boost.org/LICENSE_1_0.txt)
77
#
88
[requires]
9-
libpng/1.6.37@bincrafters/stable
10-
libjpeg/9c@bincrafters/stable
11-
libtiff/4.0.9@bincrafters/stable
9+
libjpeg/9d
10+
libpng/1.6.37
11+
libtiff/4.1.0
1212

1313
[generators]
1414
cmake

0 commit comments

Comments
 (0)