From bd9b6ae76312f164c187150cd486cfd47f2f9476 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Thu, 10 Apr 2014 11:40:33 +0100 Subject: [PATCH] gpp: add 2.24 bottle. --- Formula/gpp.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/gpp.rb b/Formula/gpp.rb index 50273364bd..8c4988a230 100644 --- a/Formula/gpp.rb +++ b/Formula/gpp.rb @@ -5,6 +5,13 @@ class Gpp < Formula url 'http://files.nothingisreal.com/software/gpp/gpp-2.24.tar.bz2' sha1 '4d79bc151bd16f45494b3719d401d670c4e9d0a4' + bottle do + cellar :any + sha1 "94fbc6d6c17cc299e9b583d72000bde67e931d49" => :mavericks + sha1 "0391db6ff96c79077aec04cd3ea6dbbfedbcc977" => :mountain_lion + sha1 "706df4f172e242d6a69ecafb14bb27bd97113077" => :lion + end + def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}"