From 3ba0bb2de2fb6cae97c434aad9c7b7a118600dbb Mon Sep 17 00:00:00 2001 From: Sebastian Herrera Date: Thu, 1 Aug 2024 12:32:36 -0300 Subject: [PATCH] Update CLI to 3.6.1 --- Formula/rainforest-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/rainforest-cli.rb b/Formula/rainforest-cli.rb index f7d7a69..9b433ab 100644 --- a/Formula/rainforest-cli.rb +++ b/Formula/rainforest-cli.rb @@ -1,8 +1,8 @@ class RainforestCli < Formula desc "Rainforest QA command line interface" homepage "https://github.com/rainforestapp/rainforest-cli" - url "https://github.com/rainforestapp/rainforest-cli/releases/download/v3.6.0/rainforest-cli-3.6.0-darwin-amd64.tar.gz" - sha256 "6639665f232d8987004f041070191a825177fe19bd3a2bba96d4176a7e049f39" + url "https://github.com/rainforestapp/rainforest-cli/releases/download/v3.6.1/rainforest-cli-3.6.1-darwin-amd64.tar.gz" + sha256 "d77c69a9572570cd0513bb7181cbed0e947665986c71d4743ba114c994130517" def install bin.install "rainforest"