aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-02-03 16:00:45 +0000
committerMike McQuaid2015-02-03 16:23:20 +0000
commit79ac4e8e1256aabfbcc40c0af8c5393577803c82 (patch)
tree42953d7ec2fc65111db0d3b25afb3d3dbdff7603 /Library/Formula
parent41769e130d7e3a3a7efdae276490b826729f925f (diff)
downloadhomebrew-79ac4e8e1256aabfbcc40c0af8c5393577803c82.tar.bz2
wirouter_keyrec: add 1.1.2 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wirouter_keyrec.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/wirouter_keyrec.rb b/Library/Formula/wirouter_keyrec.rb
index 92b4d354a..72f115528 100644
--- a/Library/Formula/wirouter_keyrec.rb
+++ b/Library/Formula/wirouter_keyrec.rb
@@ -3,6 +3,12 @@ class WirouterKeyrec < Formula
url "http://tools.salvatorefresta.net/WiRouter_KeyRec_1.1.2.zip"
sha1 "3c17f2d0bf3d6201409862fd903ebfd60c1e8a2e"
+ bottle do
+ sha1 "70d0cc222e0a6215d9ba9868c281603eac63c8a7" => :yosemite
+ sha1 "ef0a2fcab2ebcefe87b91946036cd8d22331f54d" => :mavericks
+ sha1 "cdbdb678f080ada0d5432f8f2b1c6b0b2f1c8254" => :mountain_lion
+ end
+
def install
inreplace "src/agpf.h", %r{/etc}, "#{prefix}/etc"
inreplace "src/teletu.h", %r{/etc}, "#{prefix}/etc"