Skip to content

Commit

Permalink
gz-rendering8 8.0.0~pre1 (#2352)
Browse files Browse the repository at this point in the history
* gz-rendering8: update 8.0.0~pre1

* update  bottle.

---------

Co-authored-by: Steve Peters <[email protected]>
  • Loading branch information
osrfbuild and scpeters authored Aug 30, 2023
1 parent 3307705 commit b91a5b8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Formula/gz-rendering8.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
class GzRendering8 < Formula
desc "Rendering library for robotics applications"
homepage "https://gazebosim.org"
url "https://github.com/gazebosim/gz-rendering.git", branch: "main"
version "7.999.999~0~20221208"
url "https://osrf-distributions.s3.amazonaws.com/gz-rendering/releases/gz-rendering-8.0.0~pre1.tar.bz2"
version "8.0.0~pre1"
sha256 "575745d51ad51b2df23750d26b492752a581e7391f3daadb116745f25d112b01"
license "Apache-2.0"

head "https://github.com/gazebosim/gz-rendering.git", branch: "main"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "4b94123e4f6215a68ce729d2348657996ea05f9e974128a0918ab6d49a3dfef8"
sha256 monterey: "98483becf55e02e942535b54252e5253ce5a980f01caefab82e9c7aad2153f5f"
sha256 big_sur: "0400cadf553f92ba271f1423752b9d1e955d71148cdb932c5432e44032e33684"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]

Expand Down

0 comments on commit b91a5b8

Please sign in to comment.