From e8729c27fdf6c90f4ec803465c7ec38f83d926c3 Mon Sep 17 00:00:00 2001 From: Kevin Galligan Date: Fri, 14 Jun 2024 11:17:09 +0000 Subject: [PATCH] Add version 0.6.60 --- Formula/gitportal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gitportal.rb b/Formula/gitportal.rb index 4db6fb25c2..24b30b03c6 100644 --- a/Formula/gitportal.rb +++ b/Formula/gitportal.rb @@ -2,8 +2,8 @@ class Gitportal < Formula desc "CLI Tool" homepage "https://github.com/touchlab/GitPortalCli" url "https://github.com/touchlab/GitPortalCli.git", - tag: "0.6.58", - revision: "d88a9ddc6b789a29aaff29a5b45c4c335c146271" + tag: "0.6.60", + revision: "de8bd18ce41a2d81d17f7608f14df20527608ecf" license "Apache-2.0" head "https://github.com/touchlab/GitPortalCli.git", branch: "main"