aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-03-15 10:59:06 +0000
committerMike McQuaid2014-03-15 23:41:02 +0000
commitef4fe53365e4881190a9f22314eb12bf1875818a (patch)
tree78b4ba7a2869c57065f14998ed08c73a6e1babc7 /Library
parent27b5f2901fca5d3d5898beade79c92a3e54e2ff4 (diff)
downloadhomebrew-ef4fe53365e4881190a9f22314eb12bf1875818a.tar.bz2
hicolor-icon-theme: add 0.13 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/hicolor-icon-theme.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/hicolor-icon-theme.rb b/Library/Formula/hicolor-icon-theme.rb
index 7d5138232..1625c8206 100644
--- a/Library/Formula/hicolor-icon-theme.rb
+++ b/Library/Formula/hicolor-icon-theme.rb
@@ -5,6 +5,13 @@ class HicolorIconTheme < Formula
url 'http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.13.tar.gz'
sha1 '15e30dfcf5e7b53c1a6f9028c30665006abba55c'
+ bottle do
+ cellar :any
+ sha1 "9cda7b4551999811e0fb8f31b9c662c595030476" => :mavericks
+ sha1 "7e1aa09e4443379952647e8f4bfce0e62b7656da" => :mountain_lion
+ sha1 "68da34eb7399f71cb6b8f109db36899b13b83172" => :lion
+ end
+
def install
system "./configure", "--prefix=#{prefix}"
system "make install"