sleepwatcher: add 2.2 bottle.

This commit is contained in:
BrewTestBot 2016-03-29 04:19:13 +01:00 committed by Xu Cheng
parent 2f2c065545
commit c99922914e

View file

@ -4,6 +4,13 @@ class Sleepwatcher < Formula
url "http://www.bernhard-baehr.de/sleepwatcher_2.2.tgz"
sha256 "c04ac1c49e2b5785ed5d5c375854c9c0b9e959affa46adab57985e4123e8b6be"
bottle do
cellar :any_skip_relocation
sha256 "d1abbc5f4752f77a01b1dfbadf831f58affc245137535d030992bd5cd3b1dd9c" => :el_capitan
sha256 "e4e3d7f9802dcf14431334c3187108c554c5315b3e34bc03dcb76e8f181158f5" => :yosemite
sha256 "b59893325808df64d3944f9aef6c66f6420d16cba36a2a1934bb8260bc27fe2f" => :mavericks
end
def install
# Adjust Makefile to build native binary only
inreplace "sources/Makefile" do |s|