From 67e41467194092f5c50502ddd4b62958fa582feb Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 10 Oct 2023 13:30:04 -0700 Subject: [PATCH] gz-math8: use - in version string --- Formula/gz-math8.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/gz-math8.rb b/Formula/gz-math8.rb index 3a6c88e79..e132d0883 100644 --- a/Formula/gz-math8.rb +++ b/Formula/gz-math8.rb @@ -2,7 +2,7 @@ class GzMath8 < Formula desc "Math API for robotic applications" homepage "https://gazebosim.org" url "https://github.com/gazebosim/gz-math.git", branch: "main" - version "7.999.999~0~20231006" + version "7.999.999-0-20231006" license "Apache-2.0" head "https://github.com/gazebosim/gz-math.git", branch: "gz-math8"