diff options
| author | Jack Nagel | 2014-03-14 10:03:25 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-14 12:34:35 -0500 |
| commit | 928077c0f6d4a2feec724740ee3f8b59fbddd2d0 (patch) | |
| tree | fcbcc6e86aacdf097eb0a285785d59a755042ace | |
| parent | 477867a867550ff9ffb3f2fa4f1e9b06d067c8c6 (diff) | |
| download | homebrew-928077c0f6d4a2feec724740ee3f8b59fbddd2d0.tar.bz2 | |
orientdb: use checksummed patches
| -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 |
