mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:53:02 +08:00
[igraph] update to 0.10.13 (#39574)
This commit is contained in:
parent
547252439a
commit
be668ac989
@ -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.12/igraph-0.10.12.tar.gz"
|
||||
FILENAME "igraph-0.10.12.tar.gz"
|
||||
SHA512 1a7b055ab2148fdf04187d785895b930ae2a54ae0240ea9656e129a38347b1caeb28dda5a3a7e34282462363150d7afd25acf8cd335577ed441b8a5cecc0dd25
|
||||
URLS "https://github.com/igraph/igraph/releases/download/0.10.13/igraph-0.10.13.tar.gz"
|
||||
FILENAME "igraph-0.10.13.tar.gz"
|
||||
SHA512 2b6f5b219713c12114066c1a2a5a60d79665b77b27900c9cb06ab80e86088e96ef64a941fb4615e86833e60dfe7d9d4e13d850205391721e27acc6cc498da2fd
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "igraph",
|
||||
"version": "0.10.12",
|
||||
"version": "0.10.13",
|
||||
"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",
|
||||
|
@ -3589,7 +3589,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"igraph": {
|
||||
"baseline": "0.10.12",
|
||||
"baseline": "0.10.13",
|
||||
"port-version": 0
|
||||
},
|
||||
"iir1": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "42ba83fca57e6096a63886deb6f68d6e1e96c2ff",
|
||||
"version": "0.10.13",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "9f34378af626348aab135d8fee63ebc6a0f3041d",
|
||||
"version": "0.10.12",
|
||||
|
Loading…
Reference in New Issue
Block a user