From 414cc952861980514795153d4304810f40369773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horv=C3=A1t?= Date: Wed, 19 Oct 2022 03:39:18 +0200 Subject: [PATCH] [igraph] update to 0.10.2 (#27237) * [igraph] update to 0.10.2 * [igraph] x-add-version --- ports/igraph/portfile.cmake | 6 +++--- ports/igraph/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/i-/igraph.json | 5 +++++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ports/igraph/portfile.cmake b/ports/igraph/portfile.cmake index 7125372ec0..65f40556b2 100644 --- a/ports/igraph/portfile.cmake +++ b/ports/igraph/portfile.cmake @@ -4,9 +4,9 @@ # - The release tarball contains pre-generated parser sources, which eliminates the dependency on bison/flex. vcpkg_download_distfile(ARCHIVE - URLS "https://github.com/igraph/igraph/releases/download/0.10.1/igraph-0.10.1.tar.gz" - FILENAME "igraph-0.10.1.tar.gz" - SHA512 5761543be8c44b9d43bbad5e4bc595be2cb518a4a74b0c7c5ace49d4868bb567e44ee882554dc3cfb7b2835881c1c70689f241cd5937039d353e2a7d521a364a + URLS "https://github.com/igraph/igraph/releases/download/0.10.2/igraph-0.10.2.tar.gz" + FILENAME "igraph-0.10.2.tar.gz" + SHA512 28b0d53b846af070e1512663a55ed9c8ff57bf57d1c1b548e1970f365e16f771fc0dad3c55717be9fe0c0948aa930fa12d0e1aac1398800e9e43215c128de17f ) vcpkg_extract_source_archive_ex( diff --git a/ports/igraph/vcpkg.json b/ports/igraph/vcpkg.json index dbc1b7e896..22d417e37e 100644 --- a/ports/igraph/vcpkg.json +++ b/ports/igraph/vcpkg.json @@ -1,6 +1,6 @@ { "name": "igraph", - "version": "0.10.1", + "version": "0.10.2", "description": "igraph is a C library for network analysis and graph theory, with an emphasis on efficiency portability and ease of use.", "homepage": "https://igraph.org/", "license": "GPL-2.0-or-later", diff --git a/versions/baseline.json b/versions/baseline.json index 2213cece4c..a848462bf3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3041,7 +3041,7 @@ "port-version": 0 }, "igraph": { - "baseline": "0.10.1", + "baseline": "0.10.2", "port-version": 0 }, "iir1": { diff --git a/versions/i-/igraph.json b/versions/i-/igraph.json index f92ff60173..7ecf510d57 100644 --- a/versions/i-/igraph.json +++ b/versions/i-/igraph.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1aa4483daf7b1606d6a0e2dcd8aadde7118ef1b4", + "version": "0.10.2", + "port-version": 0 + }, { "git-tree": "f2edea91149fdcafafff97f6b08988f440c4ef54", "version": "0.10.1",