diff options
| -rw-r--r-- | Library/Formula/orientdb.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/orientdb.rb b/Library/Formula/orientdb.rb index ef644c74c..143b741a8 100644 --- a/Library/Formula/orientdb.rb +++ b/Library/Formula/orientdb.rb @@ -5,9 +5,10 @@ class Orientdb < Formula url 'https://orient.googlecode.com/files/orientdb-graphed-1.3.0.tar.gz' sha1 '124e37d2994d2908cc36fd036841b53caeed046c' - def patches - # Fixing OrientDB init scripts - "https://gist.github.com/leppert/5468357/raw/f4c926df7c31fe96425f2bf5feb68b52df31ebaf/homebrew.patch" + # Fixing OrientDB init scripts + patch do + url "https://gist.github.com/leppert/5468357/raw/f4c926df7c31fe96425f2bf5feb68b52df31ebaf/homebrew.patch" + sha1 "1ba6c004d0695fde81053ff010f9d78f757f959b" end def install |
