Skip to content

Commit

Permalink
[igraph] update to 0.10.15 (microsoft#41988)
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat authored Nov 7, 2024
1 parent 8b49509 commit 6ad99d0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ports/igraph/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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.13/igraph-0.10.13.tar.gz"
FILENAME "igraph-0.10.13.tar.gz"
SHA512 2b6f5b219713c12114066c1a2a5a60d79665b77b27900c9cb06ab80e86088e96ef64a941fb4615e86833e60dfe7d9d4e13d850205391721e27acc6cc498da2fd
URLS "https://github.com/igraph/igraph/releases/download/0.10.15/igraph-0.10.15.tar.gz"
FILENAME "igraph-0.10.15.tar.gz"
SHA512 bf9f0f2f62618cf037bdbbf2e126d27ec4e45edfb65efcf26df3fc1fb71a3e1f05a8b9a62f972650d96daa1e7bd3f2a084fe39bbca42e808cc737165514276e0
)

vcpkg_extract_source_archive(
Expand Down
2 changes: 1 addition & 1 deletion ports/igraph/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igraph",
"version": "0.10.13",
"version": "0.10.15",
"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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3657,7 +3657,7 @@
"port-version": 0
},
"igraph": {
"baseline": "0.10.13",
"baseline": "0.10.15",
"port-version": 0
},
"iir1": {
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/igraph.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d8d7f26d7f84453184d67529391c51effd999e85",
"version": "0.10.15",
"port-version": 0
},
{
"git-tree": "42ba83fca57e6096a63886deb6f68d6e1e96c2ff",
"version": "0.10.13",
Expand Down

0 comments on commit 6ad99d0

Please sign in to comment.