diff options
| author | Martin Seeler | 2014-12-18 15:22:40 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-18 14:51:22 +0000 | 
| commit | e15735e68e35f42993b3e084248aecda7a379884 (patch) | |
| tree | 5716e834aa56137ed0864db37981b9fdc04a404a | |
| parent | 2360263c3fb1c60d8fc4f1bba393611d062d2d34 (diff) | |
| download | homebrew-e15735e68e35f42993b3e084248aecda7a379884.tar.bz2 | |
orientdb 2.0-RC1 (devel)
Closes #35089.
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 a1a7022d0..ab94d6bff 100644 --- a/Library/Formula/orientdb.rb +++ b/Library/Formula/orientdb.rb @@ -7,9 +7,9 @@ class Orientdb < Formula    sha1 '71c38c2e91ec6e92bf9d6c166af750f491380852'    devel do -    url 'http://www.orientechnologies.com/download.php?email=unknown@unknown.com&file=orientdb-community-2.0-M3.tar.gz&os=mac' -    version '2.0-M3' -    sha1 '8e5f9410eed54e6ea4b3aa5d527e6ea0262f790d' +    url 'http://www.orientechnologies.com/download.php?email=unknown@unknown.com&file=orientdb-community-2.0-rc1.tar.gz&os=mac' +    version '2.0-RC1' +    sha1 '882a9502310e91ff026dce15890b4e019aaf9dda'    end | 
