From ac6ff3a2c459ce577f46ffe51fa1fe401b38644e Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 2 May 2016 06:27:14 +0100 Subject: [PATCH] zsh-navigation-tools: add 2.0.5 bottle. --- Formula/zsh-navigation-tools.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/zsh-navigation-tools.rb b/Formula/zsh-navigation-tools.rb index b60cf4d1e6..8668f459a4 100644 --- a/Formula/zsh-navigation-tools.rb +++ b/Formula/zsh-navigation-tools.rb @@ -4,6 +4,13 @@ class ZshNavigationTools < Formula url "https://github.com/psprint/zsh-navigation-tools/archive/v2.0.5.tar.gz" sha256 "f599a36693b9bacaccdb5ce9939f5be3695b59ef5b84485f618164bb2c77fe95" + bottle do + cellar :any_skip_relocation + sha256 "eb7b187e5fb0a5584ad8b84b76e2f178e6fbd9a02a8e6bd620f2fe7aac270142" => :el_capitan + sha256 "6c9cba4adb4eae367402da1a5e86a363c1e9e776c1fd908c3779af8605241744" => :yosemite + sha256 "44ae9be2e3bb71cd880de68e512911fc26a2c4d1e28aa127e1396fb0645a6fc0" => :mavericks + end + def install system "make", "install", "PREFIX=#{prefix}" end