aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorGreg Leppert2013-04-26 12:20:13 -0400
committerJack Nagel2013-04-26 18:38:13 -0500
commite9cffaabdf4e922d6799b318fd246b891c29e830 (patch)
tree6c340ae9a3bfe424b6c5764d2694f312e75e9585 /Library
parente783e8bf0d9c475b967052120b4cb4d14f1d31ed (diff)
downloadhomebrew-e9cffaabdf4e922d6799b318fd246b891c29e830.tar.bz2
orientdb 1.3.0
Closes #19455. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/orientdb.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/orientdb.rb b/Library/Formula/orientdb.rb
index 4c2018a7b..925c1762e 100644
--- a/Library/Formula/orientdb.rb
+++ b/Library/Formula/orientdb.rb
@@ -2,12 +2,12 @@ require 'formula'
class Orientdb < Formula
homepage 'http://www.orientdb.org/index.htm'
- url 'http://orient.googlecode.com/files/orientdb-graphed-1.2.0.zip'
- sha1 '7b6dc5740510f15150ee5eb457b717ecec468f7e'
+ url 'https://orient.googlecode.com/files/orientdb-graphed-1.3.0.tar.gz'
+ sha1 '124e37d2994d2908cc36fd036841b53caeed046c'
def patches
# Fixing OrientDB init scripts
- "https://raw.github.com/gist/3965837/b464748b1759117ac5fb2039f54d5a5fd204f0b8/homebrew.patch"
+ "https://raw.github.com/gist/5468357/f4c926df7c31fe96425f2bf5feb68b52df31ebaf/homebrew.patch"
end
def install