git-url-sub: add 1.0.1 bottle.

This commit is contained in:
BrewTestBot 2016-04-09 16:56:42 +01:00 committed by Xu Cheng
parent b2b6c16651
commit 610643658c

View file

@ -6,6 +6,13 @@ class GitUrlSub < Formula
head "https://github.com/gosuri/git-url-sub.git" head "https://github.com/gosuri/git-url-sub.git"
bottle do
cellar :any_skip_relocation
sha256 "cf954ff293abbcaf8816c8142b5762ebe7601107f76530f6bab0edea71e2d609" => :el_capitan
sha256 "2edfbc5f15001b1c4c08b26251a845533473a79bc2f387d3fd1d74751080cd1b" => :yosemite
sha256 "ce9c28238d1904b9d2c97da10fd7a6be0b1ceafde423311078dfac0bbe8a82dc" => :mavericks
end
def install def install
system "make", "install", "PREFIX=#{prefix}" system "make", "install", "PREFIX=#{prefix}"
end end