nift: add 1.17 bottle.

master
BrewTestBot 2019-12-26 20:27:34 +00:00 committed by FX Coudert
parent ac4d8938bc
commit 3cf5b39f23
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@ class Nift < Formula
url "https://github.com/nifty-site-manager/nsm/archive/v1.17.tar.gz"
sha256 "cdcc3b54d9d98c70a95e14396d09588017fdb2ecfcc821a96778251577b9bafe"
bottle do
cellar :any_skip_relocation
sha256 "cf9d1e7298cea967c086690fee53d7f806de4ff2fdc919fbb0fa74ad1deb8831" => :catalina
sha256 "b9b02e1b3f36f4e4fc296d71cd2fa6c07f97593779a9127af74c6e09e9efaf5d" => :mojave
sha256 "304b63758a93c5ac9dec9d19187cc4f60dcf7296b417343fd3fb6bf784731b4a" => :high_sierra
end
def install
system "make"
system "make", "install", "PREFIX=#{prefix}"