Skip to content

Commit 1bf11fc

Browse files
committed
graphviz2drawio 1.1.0
1 parent 7a0e299 commit 1bf11fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/g/graphviz2drawio.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Graphviz2drawio < Formula
33

44
desc "Convert graphviz (dot) files into draw.io / lucid (mxGraph) format"
55
homepage "https://github.com/hbmartin/graphviz2drawio/"
6-
url "https://files.pythonhosted.org/packages/2d/c5/bb43966bc97368fc7eed9d8a79f0bc7eba8484cf6066f687720b616e957a/graphviz2drawio-1.0.0.tar.gz"
7-
sha256 "5409f11cd080b28d77408817559b6481250b3053cec757ab933b92b3075606a5"
6+
url "https://files.pythonhosted.org/packages/fb/e9/2ba4114579f8e708b6b5d671afe355c9b8cdd52b15a9d126ec188a2bcad6/graphviz2drawio-1.1.0.tar.gz"
7+
sha256 "8758b9eefbac5d8c03a0358c0158845235c9c3caa99887f0f6026cfecc2895f2"
88
license "GPL-3.0-or-later"
99

1010
bottle do
@@ -22,8 +22,8 @@ class Graphviz2drawio < Formula
2222
depends_on "[email protected]"
2323

2424
resource "puremagic" do
25-
url "https://files.pythonhosted.org/packages/09/2d/40599f25667733e41bbc3d7e4c7c36d5e7860874aa5fe9c584e90b34954d/puremagic-1.28.tar.gz"
26-
sha256 "195893fc129657f611b86b959aab337207d6df7f25372209269ed9e303c1a8c0"
25+
url "https://files.pythonhosted.org/packages/d6/de/c9dbb741a2e0e657147c6125699e4a2a3b9003840fed62528e17c87c0989/puremagic-1.29.tar.gz"
26+
sha256 "67c115db3f63d43b13433860917b11e2b767e5eaec696a491be2fb544f224f7a"
2727
end
2828

2929
resource "pygraphviz" do

0 commit comments

Comments
 (0)