[igraph] update to 1.0.1 (#49112)

This commit is contained in:
Szabolcs Horvát
2025-12-29 04:42:22 +00:00
committed by GitHub
parent 719a34c3d8
commit 879e9e72f3
4 changed files with 8 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/igraph/igraph/releases/download/${VERSION}/igraph-${VERSION}.tar.gz"
FILENAME "igraph-${VERSION}.tar.gz"
SHA512 2a2b7930adf9cf9de550e1a1348260e0c58e4d8b387cb7b6805aad2d501272cd846d1948bde9f6cc0432d904e6b1fb1f17e5e8c81f5bd146aef2560b7a7042c8
SHA512 9fbb3bfc92a7b36c89d5eefc455644130bf5f99e92718c8e8ef44cc486071e288fca562f114001b5ef5d771d228b44e963b176e2d9f61e369f9899f0575e6d85
)
vcpkg_extract_source_archive(

View File

@@ -1,6 +1,6 @@
{
"name": "igraph",
"version": "1.0.0",
"version": "1.0.1",
"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",

View File

@@ -3897,7 +3897,7 @@
"port-version": 0
},
"igraph": {
"baseline": "1.0.0",
"baseline": "1.0.1",
"port-version": 0
},
"iguana": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f643feab347f26a40dcbc7e090f1328662f62d16",
"version": "1.0.1",
"port-version": 0
},
{
"git-tree": "301c306be2e21a033dd49ca67df72aeb7fa61860",
"version": "1.0.0",