diff options
| author | Shawn Poindexter | 2015-04-23 20:34:32 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-24 18:24:56 +0100 |
| commit | 2c50edc1cb8e82c93b35fe20e92cdb1edd6286b0 (patch) | |
| tree | 36f8e3edc5b4d10b14ad40ae5212c3413509de48 | |
| parent | bd11464b52c8f99403f036da3172a1155d02e662 (diff) | |
| download | homebrew-2c50edc1cb8e82c93b35fe20e92cdb1edd6286b0.tar.bz2 | |
orientdb 2.0.8
Closes #38993.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -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 315032677..95e9e7018 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.7.tar.gz&os=mac' - version '2.0.7' - sha1 '22868e80ba185f01d97e6e78af55d55e21468930' + url 'http://www.orientechnologies.com/download.php?email=unknown@unknown.com&file=orientdb-community-2.0.8.tar.gz&os=mac' + version '2.0.8' + sha1 '0203939c6c3c96ba3ee9328705bff509fc1f01bd' bottle do cellar :any |
