From 38117584417ee5f870512fe2fe1b8cdc17d0f34f Mon Sep 17 00:00:00 2001 From: Mike Meyer Date: Tue, 20 Jan 2015 13:46:08 -0800 Subject: 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 --- Library/Formula/boxes.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3