Skip to content

Commit 7491f19

Browse files
authored
Merge pull request #225101 from Homebrew/bump-orientdb-3.2.40
orientdb 3.2.40
2 parents 82c2237 + 5452f27 commit 7491f19

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.39/orientdb-community-3.2.39.zip"
5-
sha256 "7c60fb87ca825bdadd75a4bd664ff507e35d4239b158e3b0bbd3e0bba98224a7"
4+
url "https://search.maven.org/remotecontent?filepath=com/orientechnologies/orientdb-community/3.2.40/orientdb-community-3.2.40.zip"
5+
sha256 "8fa8d6f60d8e8eee862403356ac905bb363fb74859e74b416bf5374a25578d83"
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: "92d69de0b12d28862d7dcdaacfec1b04e9be26c8af0b8ed6df5e237b90ed2b20"
18+
sha256 cellar: :any_skip_relocation, all: "a18b2a1dfae62d6abc1aabb867e35f2719578c5882a1c7f15cc005c79b20a18b"
1919
end
2020

2121
depends_on "maven" => :build

0 commit comments

Comments
 (0)