diff options
| author | BrewTestBot | 2015-01-09 05:11:51 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-09 08:26:31 +0000 | 
| commit | 08a3b4b4f05f5c254141821df6e646d21631c020 (patch) | |
| tree | f8247ec7562c633bd078c09cad7d3bde4c4664d1 | |
| parent | 7605b65be9fb9b8fb3bf181b9f5ce0bfb62cce8c (diff) | |
| download | homebrew-08a3b4b4f05f5c254141821df6e646d21631c020.tar.bz2 | |
gnuplot: update 5.0.0 bottle.
| -rw-r--r-- | Library/Formula/gnuplot.rb | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb index 7f541c170..fa25cd584 100644 --- a/Library/Formula/gnuplot.rb +++ b/Library/Formula/gnuplot.rb @@ -10,10 +10,9 @@ class Gnuplot < Formula    sha256 "417d4bc5bc914a60409bb75cf18dd14f48b07f53c6ad3c4a4d3cd9a8d7370faf"    bottle do -    revision 1 -    sha1 "c6a2e3f30495c1bd790ea5091f40b7644d695112" => :yosemite -    sha1 "03d507d87eedd8c4bf3e460931081a10403f379d" => :mavericks -    sha1 "24618fd48a6d5fa2f69843da8ac2aaa8d631ff48" => :mountain_lion +    sha1 "ba387ee75f15b1220f1c77469609841cb7155f83" => :yosemite +    sha1 "3a4cd6881a231c5e0da155147be85c053a1f2faa" => :mavericks +    sha1 "e35173ded72e0ce48acc80cd72981679c32960c7" => :mountain_lion    end    head do | 
