mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[igraph] update to 1.0.1 (#49112)
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -3897,7 +3897,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"igraph": {
|
||||
"baseline": "1.0.0",
|
||||
"baseline": "1.0.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"iguana": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f643feab347f26a40dcbc7e090f1328662f62d16",
|
||||
"version": "1.0.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "301c306be2e21a033dd49ca67df72aeb7fa61860",
|
||||
"version": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user