Skip to content

Commit

Permalink
unittest-cpp: put bottle block into right position
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Feb 21, 2015
1 parent 5318d33 commit 153866f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/unittest-cpp.rb
Expand Up @@ -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
Expand All @@ -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"

Expand Down

0 comments on commit 153866f

Please sign in to comment.