From fca2e5753c17f024da1a398a760afd2516f1886b Mon Sep 17 00:00:00 2001 From: Secureli Automation Date: Mon, 8 Jul 2024 20:53:45 +0000 Subject: [PATCH] Creating pull request with latest Secureli formula for version 0.42.1 --- Formula/secureli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/secureli.rb b/Formula/secureli.rb index 9e1f24f..c5f0b16 100644 --- a/Formula/secureli.rb +++ b/Formula/secureli.rb @@ -2,9 +2,9 @@ class Secureli < Formula include Language::Python::Virtualenv desc "seCureLI is a tool that enables you to experience the delight of building products by helping you get ideas from your head into working software as frictionlessly as possible, in a reliable, secure, scalable, and observable way" homepage "https://github.com/slalombuild/secureli" - url "https://github.com/slalombuild/secureli/releases/download/v0.42.0/secureli-0.42.0.tar.gz" - version "0.42.0" - sha256 "ee6587bb104eb64d7e020a6b207461ef56f642d774fe452e3be448cb4683c0f5" + url "https://github.com/slalombuild/secureli/releases/download/v0.42.1/secureli-0.42.1.tar.gz" + version "0.42.1" + sha256 "115971ecd700769f2e992fe20cd36dd0bf6bcf537beac447296dd63cbf3bc137" license "Apache-2.0" depends_on "pre-commit"