File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 1
1
class Gazebo7 < Formula
2
2
desc "Gazebo robot simulator"
3
3
homepage "http://gazebosim.org"
4
- url "http://gazebosim.org/distributions/gazebo/releases/gazebo-7.3.1.tar.bz2"
5
- sha256 "aeff031d9b1b72c94b06b2a87790e6b561f4cba0e1dce155269108b3237e5c62"
6
- revision 6
4
+ url "http://gazebosim.org/distributions/gazebo/releases/gazebo-7.4.0.tar.bz2"
5
+ sha256 "a033b2273383f16e5dd5b5bfe597551dc3618b98e64abecfa8a41bdddd6542f7"
7
6
8
7
head "https://bitbucket.org/osrf/gazebo" , :branch => "gazebo7" , :using => :hg
9
8
10
9
bottle do
11
10
root_url "http://gazebosim.org/distributions/gazebo/releases"
12
- sha256 "29febabf2cb612b2937b8d89e2ba25d0f9abb7b68dc67b3f488bd0c80305a53a " => :yosemite
11
+ sha256 "3ec0b76c6a88dac79604e58e9e447dd010a9b3cf66a18f8e93c7f6ff2247616a " => :yosemite
13
12
end
14
13
15
14
depends_on "cmake" => :build
@@ -52,18 +51,6 @@ class Gazebo7 < Formula
52
51
sha256 "c4774f64c490fa03236564312bd24a8630963762e25d98d072e747f0412df18e"
53
52
end
54
53
55
- patch do
56
- # Fix for compatibility with tinyxml2 4.0
57
- url "https://bitbucket.org/osrf/gazebo/commits/90b82ee6efe79d83dc9fa4f9706e050e658d1221/raw/"
58
- sha256 "73f3724ce0123cd71968b8b03822d45a3b893ca40f746feed76870c9b29e7603"
59
- end unless build . head?
60
-
61
- patch do
62
- # Fix for compatibility with boost 1.62
63
- url "https://bitbucket.org/osrf/gazebo/commits/f1ad6c032f87d9991cc2eb57830c6c14e07a73d8/raw/"
64
- sha256 "17435adcc74d70685fcd88893bd9012fd15f80f78a35b7f17f12c22c399c4638"
65
- end unless build . head?
66
-
67
54
def install
68
55
ENV . m64
69
56
You can’t perform that action at this time.
0 commit comments