From c2a81ebe4c492b21554ed578c8c34f8e559ac4c2 Mon Sep 17 00:00:00 2001 From: Secureli Automation Date: Wed, 11 Oct 2023 23:05:35 +0000 Subject: [PATCH] Creating pull request with latest Secureli formula for version 0.16.0 --- Formula/secureli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/secureli.rb b/Formula/secureli.rb index c438fc3..d8f9df6 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.15.0/secureli-0.15.0.tar.gz" - version "0.15.0" - sha256 "c4a88ccf8283c81ea863d7a9db5c48aeca7b964408618dc8f91c363a75dc2cd7" + url "https://github.com/slalombuild/secureli/releases/download/v0.16.0/secureli-0.16.0.tar.gz" + version "0.16.0" + sha256 "f96fb4a60dfacc4c5ee47dd1547593c6a3b19416f975820cd4482b0e3753ebb8" license "Apache-2.0" depends_on "pre-commit"