From 6849312ebecaac00a77c61174bbb38a7cea9b442 Mon Sep 17 00:00:00 2001 From: Secureli Automation Date: Fri, 16 Feb 2024 19:57:53 +0000 Subject: [PATCH] Creating pull request with latest Secureli formula for version 0.30.0 --- Formula/secureli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/secureli.rb b/Formula/secureli.rb index 77acbb4..5b17d8c 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.29.0/secureli-0.29.0.tar.gz" - version "0.29.0" - sha256 "8d7039a4ef7b331eb5eb8d203a043024d981c4a18070718d25e8a1a1c4494d7b" + url "https://github.com/slalombuild/secureli/releases/download/v0.30.0/secureli-0.30.0.tar.gz" + version "0.30.0" + sha256 "84751ae3be2a81df841a6e88c0d1d8b9d7bf2d782b937745081ecd0d413b2ae6" license "Apache-2.0" depends_on "pre-commit"