mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[igraph] update to 0.9.10 (#26656)
* [igraph] update to 0.9.10 * [igraph] x-add-version
This commit is contained in:
parent
8f3c8d044f
commit
31c43c228c
@ -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.9.9/igraph-0.9.9.tar.gz"
|
||||
FILENAME "igraph-0.9.9.tar.gz"
|
||||
SHA512 bbfe8b76e7806ba4c70cbf0dc5ce6724f1805383c1fb6ac05c5cd1bfc829682ff2184e4f836886a562851d1af1384fd7cccb5027c4aa0deadd0e35d50aabb451
|
||||
URLS "https://github.com/igraph/igraph/releases/download/0.9.10/igraph-0.9.10.tar.gz"
|
||||
FILENAME "igraph-0.9.10.tar.gz"
|
||||
SHA512 e5306b4e546ce5e7854cb87d6e2c0b4250976ccdfdd3c81e8834a92432f6e3771215ceb7da74ce460c7bdbc191c3bbadd775de7b0d80e7daef3802741be81fb3
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "igraph",
|
||||
"version": "0.9.9",
|
||||
"version": "0.9.10",
|
||||
"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",
|
||||
|
@ -2989,7 +2989,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"igraph": {
|
||||
"baseline": "0.9.9",
|
||||
"baseline": "0.9.10",
|
||||
"port-version": 0
|
||||
},
|
||||
"iir1": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9be9a85091b6cb99b14f88bfcbc205e175ead0f6",
|
||||
"version": "0.9.10",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "c374fc0b09a493a6afbd4c009dd43763b2a9132f",
|
||||
"version": "0.9.9",
|
||||
|
Loading…
x
Reference in New Issue
Block a user