Skip to content

Commit 856c100

Browse files
authored
Merge pull request Homebrew#228937 from Homebrew/bump-orientdb-3.2.42
orientdb 3.2.42
2 parents f8e85e1 + 860249b commit 856c100

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://github.com/orientechnologies/orientdb/"
4-
url "https://search.maven.org/remotecontent?filepath=com/orientechnologies/orientdb-community/3.2.41/orientdb-community-3.2.41.zip"
5-
sha256 "a62be9f8f277b27347966c754264e40b7f38c83fd5850187c7004fddf88ad780"
4+
url "https://search.maven.org/remotecontent?filepath=com/orientechnologies/orientdb-community/3.2.42/orientdb-community-3.2.42.zip"
5+
sha256 "32e956ca9bde8ffc4898e203205cea5a446f49dea052bc9d46fa804ba13a5ab7"
66
license "Apache-2.0"
77

88
# The GitHub release description contains links to files on Maven.
@@ -15,7 +15,7 @@ class Orientdb < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, all: "ff18a43e7386c30d38d9519ba0bada5462abbfefada4fad9308ec274c8fb247b"
18+
sha256 cellar: :any_skip_relocation, all: "e6ddf37266e29716adcfaa3c1e0aa0cb00ff363d4863fa4ea75236707d5961fa"
1919
end
2020

2121
depends_on "maven" => :build

0 commit comments

Comments
 (0)