mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[igraph] update to 0.10.4 (#29201)
* [igraph] update to 0.10.4 * [igraph] x-add-version * [igraph] try if it works with x64-uwp Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
parent
db9acc3f29
commit
53cbb5696e
@ -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.3/igraph-0.10.3.tar.gz"
|
||||
FILENAME "igraph-0.10.3.tar.gz"
|
||||
SHA512 0acfeb56ca5b614e1d76096fcee3fa0df785a13795ad7274b4b1c1544752eef6d4fb80646e99345c48e5f2cb9be354458c92d145157bb1ebc6c1013345374a9e
|
||||
URLS "https://github.com/igraph/igraph/releases/download/0.10.4/igraph-0.10.4.tar.gz"
|
||||
FILENAME "igraph-0.10.4.tar.gz"
|
||||
SHA512 71bcec5f0ba100aae7614753f9232a4221580b822b4dc120e3a80eab59d70c42aedddb00728eb13faf7e522332c514c2e030314c416ded8a70e5de990ea8039b
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "igraph",
|
||||
"version": "0.10.3",
|
||||
"version": "0.10.4",
|
||||
"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",
|
||||
|
@ -3113,7 +3113,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"igraph": {
|
||||
"baseline": "0.10.3",
|
||||
"baseline": "0.10.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"iir1": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6821431944042e175acb75af3e2164949361f887",
|
||||
"version": "0.10.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "466c1f770b98665acf2eabc1bbcb46473b443780",
|
||||
"version": "0.10.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user