From 59c84d26a54f812f2ee24743d332c7d51c6b3c4c Mon Sep 17 00:00:00 2001 From: Secureli Automation Date: Thu, 18 Jan 2024 20:42:04 +0000 Subject: [PATCH] Creating pull request with latest Secureli formula for version 0.21.7 --- Formula/secureli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/secureli.rb b/Formula/secureli.rb index f3ded3a..db1b5cd 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.21.6/secureli-0.21.6.tar.gz" - version "0.21.6" - sha256 "82920879ff2920441997524ac45368b66e1152c4f18fafd3c34f9164c4aa8879" + url "https://github.com/slalombuild/secureli/releases/download/v0.21.7/secureli-0.21.7.tar.gz" + version "0.21.7" + sha256 "9026d9f62555a6d970f57ee0cb09944d7634cc08a37c254864ae209b948fffb6" license "Apache-2.0" depends_on "pre-commit"