Skip to content

Commit 041efac

Browse files
authored
Merge pull request Homebrew#195950 from Homebrew/bump-orientdb-3.2.35
orientdb 3.2.35
2 parents 197efef + b909d0a commit 041efac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/o/orientdb.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Orientdb < Formula
22
desc "Graph database"
33
homepage "https://orientdb.org/"
4-
url "https://search.maven.org/remotecontent?filepath=com/orientechnologies/orientdb-community/3.2.34/orientdb-community-3.2.34.zip"
5-
sha256 "a53493414daac3008ddd15c27a4d1ab7c4dafc5474ef10445ed5561707bcd39a"
4+
url "https://search.maven.org/remotecontent?filepath=com/orientechnologies/orientdb-community/3.2.35/orientdb-community-3.2.35.zip"
5+
sha256 "b5bbc84023740da6fd0f78d5819cb3413db492dd582aa6402fbf4c1e1f0261ba"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,7 +11,7 @@ class Orientdb < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "2183e77bbd8df7c707d51c0911d548ec6bc0f467b1a20bcdba563983c5e8d113"
14+
sha256 cellar: :any_skip_relocation, all: "0283694e4dc4cf95f2c4981b7d478d318cf0de15a9ab51accbc6c642c8a86432"
1515
end
1616

1717
depends_on "maven" => :build

0 commit comments

Comments
 (0)