diff options
| author | Shawn Poindexter | 2015-03-12 20:10:29 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-13 11:26:24 +0000 |
| commit | 51127d9c307b8c845bde467d9322a00d1fafef7e (patch) | |
| tree | e488f1d0fac408da53dcc0d984187515e67f2dc6 /Library/Formula | |
| parent | 2475abe1282f4571b271020f43313ab8b5ee1854 (diff) | |
| download | homebrew-51127d9c307b8c845bde467d9322a00d1fafef7e.tar.bz2 | |
orientdb 2.0.5
Closes #37665.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/orientdb.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/orientdb.rb b/Library/Formula/orientdb.rb index 30d841c90..c37095918 100644 --- a/Library/Formula/orientdb.rb +++ b/Library/Formula/orientdb.rb @@ -2,9 +2,9 @@ require 'formula' class Orientdb < Formula homepage 'http://www.orientdb.org/index.htm' - url 'http://www.orientechnologies.com/download.php?email=unknown@unknown.com&file=orientdb-community-2.0.4.tar.gz&os=mac' - version '2.0.4' - sha1 'e95f391aa752f17f4c9365d8fe0519b58c1b04c0' + url 'http://www.orientechnologies.com/download.php?email=unknown@unknown.com&file=orientdb-community-2.0.5.tar.gz&os=mac' + version '2.0.5' + sha1 '455e2a8fc20ace886a089fcf1d770145604aaa48' bottle do cellar :any |
