diff options
| author | Baptiste Fontaine | 2015-03-19 01:54:43 +0100 | 
|---|---|---|
| committer | Brett Koonce | 2015-03-18 22:30:40 -0700 | 
| commit | 07b7fd1ded554a7d774a467a037a37a06552b620 (patch) | |
| tree | d72175da501631c28d6c9a768a468899d75c34ff | |
| parent | cabfde61d50383e715934950fe1a4b3edd6accb7 (diff) | |
| download | homebrew-07b7fd1ded554a7d774a467a037a37a06552b620.tar.bz2 | |
avian 1.2.0
Closes #37848.
Signed-off-by: Brett Koonce <koonce@gmail.com>
| -rw-r--r-- | Library/Formula/avian.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/avian.rb b/Library/Formula/avian.rb index 7597fa59d..25f5e0d11 100644 --- a/Library/Formula/avian.rb +++ b/Library/Formula/avian.rb @@ -1,8 +1,8 @@  class Avian < Formula    homepage "http://oss.readytalk.com/avian/"    head "https://github.com/ReadyTalk/avian.git" -  url "https://github.com/ReadyTalk/avian/archive/v1.1.tar.gz" -  sha1 "de51fb048b0b81a131ddbb3387adb229d3eddf2f" +  url "https://github.com/ReadyTalk/avian/archive/v1.2.0.tar.gz" +  sha256 "e3639282962239ce09e4f79f327c679506d165810f08c92ce23e53e86e1d621c"    bottle do      cellar :any @@ -12,7 +12,7 @@ class Avian < Formula    end    depends_on :macos => :lion -  depends_on :java +  depends_on :java => "1.7+"    def install      system "make", "use-clang=true" | 
