aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-02-21 20:14:46 +0800
committerXu Cheng2015-02-21 20:14:46 +0800
commit49a2cd31796a2c4595a3b090e13e24aef174e758 (patch)
tree85828a9a43249395f1df9285b100a953f9e0da96 /Library
parent49a39fe2456acea77591dd6632bb52abe7e165fa (diff)
downloadhomebrew-49a2cd31796a2c4595a3b090e13e24aef174e758.tar.bz2
unittest-cpp: put bottle block into right position
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/unittest-cpp.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/unittest-cpp.rb b/Library/Formula/unittest-cpp.rb
index e6d5589da..88b264a6c 100644
--- a/Library/Formula/unittest-cpp.rb
+++ b/Library/Formula/unittest-cpp.rb
@@ -3,13 +3,6 @@ class UnittestCpp < Formula
stable do
url "https://github.com/unittest-cpp/unittest-cpp/archive/v1.4.tar.gz"
- bottle do
- cellar :any
- sha1 "6d9dbaebbfce4e6da037f55d70766b305ae361de" => :yosemite
- sha1 "6042952c71d97f611f7dc6662125e02fb1a3f56a" => :mavericks
- sha1 "e0289f35b526795fad1d204374928996f7f208a2" => :mountain_lion
- end
-
sha1 "ec7bdbebeb6f4d7a069f1125f7b4f473198e491d"
# Clang failure fixed in the HEAD already
@@ -19,6 +12,13 @@ class UnittestCpp < Formula
end
end
+ bottle do
+ cellar :any
+ sha1 "6d9dbaebbfce4e6da037f55d70766b305ae361de" => :yosemite
+ sha1 "6042952c71d97f611f7dc6662125e02fb1a3f56a" => :mavericks
+ sha1 "e0289f35b526795fad1d204374928996f7f208a2" => :mountain_lion
+ end
+
head do
url "https://github.com/unittest-cpp/unittest-cpp.git"