mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[igraph] update to 0.10.8 (#35175)
* [igraph] update to 0.10.8 * [igraph] x-add-version
This commit is contained in:
parent
6793733a88
commit
0c20b2a97c
@ -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.7/igraph-0.10.7.tar.gz"
|
||||
FILENAME "igraph-0.10.7.tar.gz"
|
||||
SHA512 72187052de16c791176dce797addaa54c18f14f47b44983374e3d8bb94a664dc70d773fb9296aa4fb1c68dbf5fb3d61803f1c4b167388d9217ce80f38a90f522
|
||||
URLS "https://github.com/igraph/igraph/releases/download/0.10.8/igraph-0.10.8.tar.gz"
|
||||
FILENAME "igraph-0.10.8.tar.gz"
|
||||
SHA512 e91806750e33a04dc5f18257d40ec6436db60d6bf6eb355bc826939fb547ac3d258c41b014b23d73aa98ca183480405139ae19f2034ddb516c98befe49e5be60
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "igraph",
|
||||
"version": "0.10.7",
|
||||
"version": "0.10.8",
|
||||
"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",
|
||||
|
@ -3461,7 +3461,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"igraph": {
|
||||
"baseline": "0.10.7",
|
||||
"baseline": "0.10.8",
|
||||
"port-version": 0
|
||||
},
|
||||
"iir1": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "252ff6ec89848e702d2d587d52ea161d317a7961",
|
||||
"version": "0.10.8",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ebbf67005ba6625597ef12c78cccf2d67854701d",
|
||||
"version": "0.10.7",
|
||||
|
Loading…
x
Reference in New Issue
Block a user