diff options
| author | Mike Meyer | 2015-01-20 13:46:08 -0800 |
|---|---|---|
| committer | Jack Nagel | 2015-01-20 22:06:01 -0500 |
| commit | 38117584417ee5f870512fe2fe1b8cdc17d0f34f (patch) | |
| tree | ae006522e064aa3071637c304c6186e9327ec783 /Library | |
| parent | bdcd09f0d57e8748592b00cb6958bc4a5066b5fe (diff) | |
| download | homebrew-38117584417ee5f870512fe2fe1b8cdc17d0f34f.tar.bz2 | |
boxes 1.1.2
- New box designs: https://github.com/ascii-boxes/boxes/blob/bd7e78a7715819258af6532f1a21e3f884f85075/boxes-config#L2077-L2321
- Compilation fixed on Mac OS.
Details here: http://boxes.thomasjensen.com/2015/01/boxes-v1.1.2-released/
Closes #36085.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/boxes.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/boxes.rb b/Library/Formula/boxes.rb index 11eccd502..ca237ebd1 100644 --- a/Library/Formula/boxes.rb +++ b/Library/Formula/boxes.rb @@ -2,9 +2,9 @@ require 'formula' class Boxes < Formula homepage 'http://boxes.thomasjensen.com/' - url 'https://github.com/ascii-boxes/boxes/archive/v1.1.1.tar.gz' + url 'https://github.com/ascii-boxes/boxes/archive/v1.1.2.tar.gz' head 'https://github.com/ascii-boxes/boxes.git' - sha1 'fff0d7636c50a4ffa88389981a3d32e8d7a83b39' + sha1 'dcd466efe1878e4ee612a5eee8f4caf8baac7f31' bottle do sha1 "6ace9ba08d5d1b528015598c5ed44b86c35c15f3" => :yosemite @@ -20,7 +20,6 @@ class Boxes < Formula "GLOBALCONF=#{share}/boxes-config", "CC=#{ENV.cc}", # Force 32 bit compile - # These flags are only (as of 1.1.1) supported on HEAD "CFLAGS_ADDTL=-m32", "LDFLAGS_ADDTL=-m32" |
