From 00054a8091693f5de6ba0035079d12a6f688af0c Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Thu, 14 Apr 2016 21:54:55 +0100 Subject: [PATCH] peg: add 0.1.15 bottle. --- Formula/peg.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/peg.rb b/Formula/peg.rb index 4f00c70cab..ecd696f9c7 100644 --- a/Formula/peg.rb +++ b/Formula/peg.rb @@ -4,6 +4,13 @@ class Peg < Formula url "http://piumarta.com/software/peg/peg-0.1.15.tar.gz" sha256 "b6736ca15e5eb9154596e620ebad94a4705c7e597fc97b11219a90fc171faef2" + bottle do + cellar :any_skip_relocation + sha256 "b9cd7035c2fbe976a10b5488b4cf036fadfb3fe221107cee67ca049c3e662510" => :el_capitan + sha256 "62c8a46b9d297ccf1084b4267bfd857418c319d772fe65fe6e38de94e14fc402" => :yosemite + sha256 "6ff03f8a899d66a74b7b5dcb10fdbf02db64bd3acbff08eb89ea21805381b473" => :mavericks + end + def install system "make", "all" bin.install %w[peg leg]