Skip to content

Commit 2dec8e1

Browse files
authored
Merge pull request #232689 from Homebrew/bump-orientdb-3.2.43
orientdb 3.2.43
2 parents 9a4d4c4 + 31ca4ba commit 2dec8e1

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.42/orientdb-community-3.2.42.zip"
5-
sha256 "32e956ca9bde8ffc4898e203205cea5a446f49dea052bc9d46fa804ba13a5ab7"
4+
url "https://search.maven.org/remotecontent?filepath=com/orientechnologies/orientdb-community/3.2.43/orientdb-community-3.2.43.zip"
5+
sha256 "14f82902c7c6f07f543b433deedd9bda0a0e3de32ce3a89fea5cee54d6e86d2a"
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: "e6ddf37266e29716adcfaa3c1e0aa0cb00ff363d4863fa4ea75236707d5961fa"
18+
sha256 cellar: :any_skip_relocation, all: "c34b6777fa436cbf75c4ece109308f3db695f238b0f21c6cb984359ead3590df"
1919
end
2020

2121
depends_on "maven" => :build

0 commit comments

Comments
 (0)