diff options
| author | BrewTestBot | 2015-02-22 13:34:44 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-22 15:49:54 +0000 |
| commit | 37828b14338448816a0c88d7f54bb0a14b30325e (patch) | |
| tree | 2ed086e4098e3cbdccb4e29ef45043bad1ec676d /Library/Formula/lolcode.rb | |
| parent | 5ddd165fedfe905c7c71ccddc486bce963a2585a (diff) | |
| download | homebrew-37828b14338448816a0c88d7f54bb0a14b30325e.tar.bz2 | |
lolcode: add 0.11.2 bottle.
Diffstat (limited to 'Library/Formula/lolcode.rb')
| -rw-r--r-- | Library/Formula/lolcode.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/lolcode.rb b/Library/Formula/lolcode.rb index 045d04bd9..852d64b7d 100644 --- a/Library/Formula/lolcode.rb +++ b/Library/Formula/lolcode.rb @@ -1,6 +1,13 @@ class Lolcode < Formula homepage "http://lolcode.org" head "https://github.com/justinmeza/lolcode.git" + bottle do + cellar :any + sha1 "3adaf4e185615a450be5102252c54ea881fe6195" => :yosemite + sha1 "ac8426fbea700357f25e98911fdd8d748769ae1e" => :mavericks + sha1 "28d703003ff61e29c2f6c9f9bee09e758aa1a00a" => :mountain_lion + end + # note: 0.10.* releases are stable versions, 0.11.* are dev ones url "https://github.com/justinmeza/lci/archive/v0.11.2.tar.gz" sha1 "6c5b996bb4defb77542a8fb525df9991b21139f9" |
