Skip to content

Commit 474e37e

Browse files
authored
Merge pull request Homebrew#160022 from Moisan/bump-graph-tool-2.59
graph-tool 2.59
2 parents 196fa0f + 6be2db1 commit 474e37e

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

Formula/g/graph-tool.rb

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,23 @@ class GraphTool < Formula
33

44
desc "Efficient network analysis for Python 3"
55
homepage "https://graph-tool.skewed.de/"
6-
url "https://downloads.skewed.de/graph-tool/graph-tool-2.58.tar.bz2"
7-
sha256 "72a36c3cf17d0f624f093d6d083dd5ecaf040c7022bf332148c772008c987a17"
6+
url "https://downloads.skewed.de/graph-tool/graph-tool-2.59.tar.bz2"
7+
sha256 "cde479c0a7254b72f6e795d03b0273b0a7d81611a6a3364ba649c2c85c99acae"
88
license "LGPL-3.0-or-later"
9-
revision 2
109

1110
livecheck do
1211
url "https://downloads.skewed.de/graph-tool/"
1312
regex(/href=.*?graph-tool[._-]v?(\d+(?:\.\d+)+)\.t/i)
1413
end
1514

1615
bottle do
17-
rebuild 1
18-
sha256 arm64_sonoma: "6d2fb5f8c70e37d195c37fbd41d0f5c8f9ba9d618ff85f7f9fa182bcb3689d1b"
19-
sha256 arm64_ventura: "d6d4f97af61b1721e4e06ab37bb8699170e4c023bb1d5411894927f2f142b943"
20-
sha256 arm64_monterey: "c3434593f30a4448418d70ba3e07afcee5082507df40faccb3c04405663cf180"
21-
sha256 sonoma: "bcd365c5edff73f7ffcd42a0dd339d9862142ebbdfa654bbf16a9f0370876e35"
22-
sha256 ventura: "fe1bbee645b5093ad5ea313619700742cfb2b86cac92bee2c3e34d0212a74a91"
23-
sha256 monterey: "a4ded72da00598175b1b1aa7595305ff4130622ff5a4bfeffe8c4c05db6c826a"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c94f82e6043ed5b19a5cb609a836ff45bed4357aaa1e0dbebaf9ffdf5a03d937"
16+
sha256 arm64_sonoma: "1c84932cf6da53e4cc7ddb3a519d62840567311576c71956891a6d86781fde11"
17+
sha256 arm64_ventura: "b1ce0cc0e617a2947612470c1b602ae2bb02e1746b8c8fcd7349a72322c76519"
18+
sha256 arm64_monterey: "d893261a553505109b09e099eaa8e24df689487d647ea8af1ddd06801d76ec5c"
19+
sha256 sonoma: "5cee7a8f9c59072c1b957e5f4086b01d7b7e1f5b693b20ef3b36af6b73f81a8b"
20+
sha256 ventura: "6046234a569b4145377825a5d8b6f445af87fff41c6d57d1656de58514a310c5"
21+
sha256 monterey: "3cbbde0126d3b4513deb2288f00e54fe8d1fece97c1a2e7582281931ad26703b"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e16e0e6b99ce9032611444d44769956f1b90dd2b14a8a2ea2fa25e9215c944d7"
2523
end
2624

2725
depends_on "autoconf" => :build
@@ -51,14 +49,8 @@ class GraphTool < Formula
5149
uses_from_macos "expat" => :build
5250

5351
resource "zstandard" do
54-
url "https://files.pythonhosted.org/packages/4d/70/1f883646641d7ad3944181549949d146fa19e286e892bc013f7ce1579e8f/zstandard-0.21.0.tar.gz"
55-
sha256 "f08e3a10d01a247877e4cb61a82a319ea746c356a3786558bed2481e6c405546"
56-
end
57-
58-
# fix boost 1.83 compatibility, remove in next release
59-
patch do
60-
url "https://git.skewed.de/count0/graph-tool/-/commit/0a837b40538df619f43706d50efe0c7afde755a9.patch"
61-
sha256 "db2a1014c98812bb7121ff69527ce8407bf5a0351241116a160bc1c826d6d514"
52+
url "https://files.pythonhosted.org/packages/5d/91/2162ab4239b3bd6743e8e407bc2442fca0d326e2d77b3f4a88d90ad5a1fa/zstandard-0.22.0.tar.gz"
53+
sha256 "8226a33c542bcb54cd6bd0a366067b610b41713b64c9abec1bc4533d69f51e70"
6254
end
6355

6456
# https://git.skewed.de/count0/graph-tool/-/wikis/Installation-instructions#manual-compilation

0 commit comments

Comments
 (0)