From f450ab9d54c2dd74d92ede13190efe4390f73731 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 16 Jun 2015 16:26:31 +0100 Subject: [PATCH] Revert "q: add 1.5.0 bottle." This reverts commit c9d8f85103c2a3150c1e4f457735a280034ecbbc. --- Formula/q.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Formula/q.rb b/Formula/q.rb index e110aece48..6278f21c2b 100644 --- a/Formula/q.rb +++ b/Formula/q.rb @@ -6,13 +6,6 @@ class Q < Formula head "https://github.com/harelba/q.git" - bottle do - cellar :any - sha256 "8bb1bea3312d72d0a1cb68979d332cec65b28a0f9ef50de5e2ef570a27b2b155" => :yosemite - sha256 "f056589aa258aeb832938996d7b80bb6648195d1a7c8bbeb1316bbe46ecdc1c0" => :mavericks - sha256 "0b30c68a74242e9b82cf2d2dfa05bfadfa5ffa47916a17cd7baf1e6ed13b1d80" => :mountain_lion - end - def install bin.install "bin/q" end