From e1ed079b843eaefb8238ecc06cd19933f6b32cc0 Mon Sep 17 00:00:00 2001 From: Sascha Bates Date: Fri, 14 Apr 2023 08:33:02 -0700 Subject: [PATCH] Creating pull request with latest Secureli formula for version 0.2.8 (#19) Co-authored-by: Secureli Automation --- Formula/secureli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/secureli.rb b/Formula/secureli.rb index 58fe03b..bc833b1 100644 --- a/Formula/secureli.rb +++ b/Formula/secureli.rb @@ -4,9 +4,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.2.7/secureli-0.2.7.tar.gz" - version "0.2.7" - sha256 "0d9f8861a7e4ff55c61853f2f2bd4af513afa92673b22215aecb5bf3cc3ec65d" + url "https://github.com/slalombuild/secureli/releases/download/v0.2.8/secureli-0.2.8.tar.gz" + version "0.2.8" + sha256 "c946bbff19d6899a4c7494e81a48f47dd8fc33e778ec64d91ee8a0001bc94abe" license "Apache-2.0" depends_on "pre-commit"