diff options
| author | BrewTestBot | 2014-11-04 20:02:56 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-05 11:20:39 +0000 |
| commit | 94f0dc014d8ddbca12fc0b0659d53532ba72bc6d (patch) | |
| tree | a8ebc6dbf1cfefe245db88934acd7b30d2f7e1c6 /Library/Formula | |
| parent | 212e68ffef22fab99e49c887a6ea8de4871de10c (diff) | |
| download | homebrew-94f0dc014d8ddbca12fc0b0659d53532ba72bc6d.tar.bz2 | |
hh: add 1.13 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hh.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/hh.rb b/Library/Formula/hh.rb index 95734c60f..b218e2e28 100644 --- a/Library/Formula/hh.rb +++ b/Library/Formula/hh.rb @@ -5,6 +5,13 @@ class Hh < Formula url "https://github.com/dvorka/hstr/releases/download/1.13/hh-1.13-src.tgz" sha1 "09fee6d687a8b8a7c6f508ced071fb88b0a9bb28" + bottle do + cellar :any + sha1 "3110fabac2e10d0bd49f0893a9bff1babf8ad4d3" => :yosemite + sha1 "9e7f8e5fab6fdfb0151eb426a97187e7abeb8519" => :mavericks + sha1 "e31eebb154535a7fc7e35a498178e1163068e4fb" => :mountain_lion + end + head do url "https://github.com/dvorka/hstr.git" depends_on :autoconf |
