diff options
| author | BrewTestBot | 2015-01-27 12:14:18 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-27 12:29:19 +0000 | 
| commit | cbcf318a2f6fb797e93d56e111bf830f9b89161c (patch) | |
| tree | 9683a1fd436cb48f770e1cb211072c72fe2af654 | |
| parent | bd5cb75ed11cfaff1de24aaeadc362456c8eb407 (diff) | |
| download | homebrew-cbcf318a2f6fb797e93d56e111bf830f9b89161c.tar.bz2 | |
arping: update 2.15 bottle.
| -rw-r--r-- | Library/Formula/arping.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/arping.rb b/Library/Formula/arping.rb index bd54c4766..4ce0913da 100644 --- a/Library/Formula/arping.rb +++ b/Library/Formula/arping.rb @@ -5,9 +5,9 @@ class Arping < Formula    bottle do      cellar :any -    sha1 "bea3fb0806849cf6d60c858b8618a62fd1f84d7d" => :mavericks -    sha1 "ff1e5818b770a36bf45f1ed1eb2b9650f55585b6" => :mountain_lion -    sha1 "6f84c046e41c2727f7326059aeab928c44cc7d18" => :lion +    sha1 "26495a7b0026c0299e83117199910caffc85a5b0" => :yosemite +    sha1 "5214549465ff73bf0514b36249b9ceac4fba2903" => :mavericks +    sha1 "14d70651ab3cb56b74a397c590fb5080e82c48df" => :mountain_lion    end    depends_on "autoconf" => :build | 
