diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/peco.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/peco.rb b/Library/Formula/peco.rb index f1823f7bd..14bd853fb 100644 --- a/Library/Formula/peco.rb +++ b/Library/Formula/peco.rb @@ -5,6 +5,12 @@ class Peco < Formula url "https://github.com/peco/peco/archive/v0.2.11.tar.gz" sha1 "438e76dc7f31215eb1195d5eb14a66cf7fef318e" + bottle do + sha1 "09dcbdd0a4cc55c36cc4578f237ac19c360651a1" => :yosemite + sha1 "eaf5161f6ce66b67a026825a4f3047974d147500" => :mavericks + sha1 "61e853d89cd34129cf0e010c36939491c3b11329" => :mountain_lion + end + go_resource "github.com/jessevdk/go-flags" do url "https://github.com/jessevdk/go-flags.git", :revision => "15347ef417a300349807983f15af9e65cd2e1b3a" |
