zsh-navigation-tools: add 2.0.5 bottle.

This commit is contained in:
BrewTestBot 2016-05-02 06:27:14 +01:00 committed by Martin Afanasjew
parent 7e265f9e40
commit ac6ff3a2c4

View file

@ -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