aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-12-13 06:10:17 +0000
committerTim D. Smith2014-12-13 11:49:27 -0800
commit78b20ba314eaf9df5c9808661667653247ac3734 (patch)
tree80d0f267177eaa2bf8b73d52c2df4f9ae9bf599a /Library/Formula
parent8a6fece25e954f368cd3f4a7130531a7eeddfb71 (diff)
downloadhomebrew-78b20ba314eaf9df5c9808661667653247ac3734.tar.bz2
pyside: add 1.2.2 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pyside.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/pyside.rb b/Library/Formula/pyside.rb
index dc2d08ee2..a042d7113 100644
--- a/Library/Formula/pyside.rb
+++ b/Library/Formula/pyside.rb
@@ -8,6 +8,12 @@ class Pyside < Formula
head 'git://gitorious.org/pyside/pyside.git'
+ bottle do
+ sha1 "8137d4ab768f0b621c76f3e8f51aff9594527b7a" => :yosemite
+ sha1 "23cceb7a03918cb1aa1e897c9ed1b3224610c2d2" => :mavericks
+ sha1 "370b1d0fc1099689977ba04eb3602c41b5def89c" => :mountain_lion
+ end
+
# don't use depends_on :python because then bottles install Homebrew's python
option "without-python", "Build without python 2 support"
depends_on :python => :recommended if MacOS.version <= :snow_leopard