From 0f537e345d31c5fa00e1352da7dcc87f846053bf Mon Sep 17 00:00:00 2001 From: Steve Pham <82231385+spham-amzn@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:28:43 -0700 Subject: [PATCH] Fix ROS2 gem's version number (#14) * Fix ROS2 gem's version number * Update package hash for the ros2 gem Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com> --- src/repo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/repo.json b/src/repo.json index 70a65df..618f57d 100644 --- a/src/repo.json +++ b/src/repo.json @@ -209,7 +209,7 @@ "sha256": "aace14afcbe3feda0be0b11cb3610d93ec8e3e55a7b2f185df51ea468e7e7554" }, { - "version": "3.1.1", + "version": "3.2.1", "origin_url": "https://robotec.ai", "source_control_uri": "https://github.com/o3de/o3de-extras/development/Gems/ROS2", "compatible_engines": [ @@ -226,8 +226,8 @@ "PrimitiveAssets", "StartingPointInput" ], - "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2-3.1.1-gem.zip", - "sha256": "2098559defed56d29b064dd3541dca153ecb3594bd5eeada3cb85e98309825f5" + "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2-3.2.1-gem.zip", + "sha256": "9ed6ecb4897fcb38d785ff59dff7c6691a34044df7f7822ea9e4ea54e29d03f9" } ] },