From d8e4981e646be876e49c7cb971918c8eacca5e4f Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Wed, 1 Jun 2022 15:09:23 -0400 Subject: [PATCH] gitlab-ci-local 4.32.0 Closes #102772. Signed-off-by: Thierry Moisan Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/gitlab-ci-local.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gitlab-ci-local.rb b/Formula/gitlab-ci-local.rb index 39d05730be8..83b9855644b 100644 --- a/Formula/gitlab-ci-local.rb +++ b/Formula/gitlab-ci-local.rb @@ -3,8 +3,8 @@ require "language/node" class GitlabCiLocal < Formula desc "Run gitlab pipelines locally as shell executor or docker executor" homepage "https://github.com/firecow/gitlab-ci-local" - url "https://registry.npmjs.org/gitlab-ci-local/-/gitlab-ci-local-4.31.0.tgz" - sha256 "2444a3123b32e4ae0b81076008e12f2e182c0afe117823fe83e4a43cb77dca67" + url "https://registry.npmjs.org/gitlab-ci-local/-/gitlab-ci-local-4.32.0.tgz" + sha256 "8249a87a6aa4900896aceec8971d91a6e08ca92f17f28285665a382a0bfaf5ce" license "MIT" head "https://github.com/firecow/gitlab-ci-local.git", branch: "master"