Skip to content

Commit

Permalink
ignition-utils1: update to include cli component (#1320)
Browse files Browse the repository at this point in the history
* update  bottle.

Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Feb 3, 2021
1 parent 1e12909 commit 65ffc04
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Formula/ignition-utils1.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
class IgnitionUtils1 < Formula
desc "General purpose classes and functions designed for robotic applications"
homepage "https://github.com/ignitionrobotics/ign-utils"
url "https://github.com/ignitionrobotics/ign-utils/archive/6d6a54935c8f8ea443c150f5bfb375adfb2b2e28.tar.gz"
version "1.0.0~pre0~0~20210121~6d6a549"
sha256 "46502e25fa7de060848ddaeac94ba9f0d0ee326b92c2c9fd80ab37117c638f38"
url "https://github.com/ignitionrobotics/ign-utils/archive/5edbe51f6b987b2e67ee2bd663fc0b541d940190.tar.gz"
version "1.0.0~pre0~0~20210203~5edbe51"
sha256 "7ad084621b7ae8be09914f338229b7e3dacb46a2af12caedf7c79f44d8877bab"
license "Apache-2.0"
revision 1

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, catalina: "400a24fb5d856c251139e889a81e5607bbedfba47d2f428f6a1c9980b6e468c6"
sha256 cellar: :any, mojave: "adb31d25215ef193218fce063a9b161fb7d48a98dfa4e67f59b21e68ddab6c2d"
sha256 cellar: :any, catalina: "b548b5e81f064b22d396e5ecef800519e504b48ca7d253142b6461ed1a877e5b"
sha256 cellar: :any, mojave: "2be961a62106cecb730467e4f4ef2a1f4484548938c5e30e5215d15d31f6b542"
end

depends_on "cmake" => [:build, :test]
Expand Down

0 comments on commit 65ffc04

Please sign in to comment.