diff options
| author | BrewTestBot | 2015-02-20 09:36:28 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-20 12:12:50 +0000 |
| commit | 6c27870fa851956ba93c47b09c102e126ec89350 (patch) | |
| tree | b58357158f49e52401b47cae5316e566875b6135 | |
| parent | af1b232f28c9caa076a432cd368f6ab02c43d278 (diff) | |
| download | homebrew-6c27870fa851956ba93c47b09c102e126ec89350.tar.bz2 | |
newlisp: add 10.6.2 bottle.
| -rw-r--r-- | Library/Formula/newlisp.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/newlisp.rb b/Library/Formula/newlisp.rb index 11de0d227..9f784f7a6 100644 --- a/Library/Formula/newlisp.rb +++ b/Library/Formula/newlisp.rb @@ -5,6 +5,12 @@ class Newlisp < Formula url "http://www.newlisp.org/downloads/newlisp-10.6.2.tgz" sha1 "8ea722f2ed415548a0904ef15bafd259d8b07e01" + bottle do + sha1 "3201cfe276549f314eb8bd429d849277fd43293b" => :yosemite + sha1 "6a5503849e0d9ad6a28af27e75396f22fb472ed0" => :mavericks + sha1 "bb63e424cc5b4c2caa0c9f414178705c557c32d7" => :mountain_lion + end + devel do url "http://www.newlisp.org/downloads/development/inprogress/newlisp-10.6.3.tgz" sha1 "15fff9bff3eb4bb2118b1941ffd34255b9a9a5b5" |
