Skip to content

Commit

Permalink
Creating pull request with latest Secureli formula for version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Secureli Automation committed Jul 26, 2023
1 parent b29767f commit 2ab587b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/secureli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1/secureli-0.7.1.tar.gz"
version "0.7.1"
sha256 "d9ceeed2d6e5f0819046aa35f4f2f9228b6b5e18b9d1ae3c268e86cacd8c91cf"
url "https://github.com/slalombuild/secureli/releases/download/v0.8.3/secureli-0.8.3.tar.gz"
version "0.8.3"
sha256 "6e283ff0d0d077ee348e63328fd0e41fcdf13c15768744b1621979557d7b236e"
license "Apache-2.0"

depends_on "pre-commit"
Expand All @@ -13,8 +13,8 @@ class Secureli < Formula


resource "certifi" do
url "https://files.pythonhosted.org/packages/93/71/752f7a4dd4c20d6b12341ed1732368546bc0ca9866139fe812f6009d9ac7/certifi-2023.5.7.tar.gz"
sha256 "0f0d56dc5a6ad56fd4ba36484d6cc34451e1c6548c61daad8c320169f91eddc7"
url "https://files.pythonhosted.org/packages/98/98/c2ff18671db109c9f10ed27f5ef610ae05b73bd876664139cf95bd1429aa/certifi-2023.7.22.tar.gz"
sha256 "539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"
end

resource "charset-normalizer" do
Expand All @@ -23,8 +23,8 @@ class Secureli < Formula
end

resource "click" do
url "https://files.pythonhosted.org/packages/7e/ad/7a6a96fab480fb2fbf52f782b2deb3abe1d2c81eca3ef68a575b5a6a4f2e/click-8.1.5.tar.gz"
sha256 "4be4b1af8d665c6d942909916d31a213a106800c47d0eeba73d34da3cbc11367"
url "https://files.pythonhosted.org/packages/72/bd/fedc277e7351917b6c4e0ac751853a97af261278a4c7808babafa8ef2120/click-8.1.6.tar.gz"
sha256 "48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd"
end

resource "dependency-injector" do
Expand Down Expand Up @@ -98,8 +98,8 @@ class Secureli < Formula
end

resource "urllib3" do
url "https://files.pythonhosted.org/packages/d6/af/3b4cfedd46b3addab52e84a71ab26518272c23c77116de3c61ead54af903/urllib3-2.0.3.tar.gz"
sha256 "bee28b5e56addb8226c96f7f13ac28cb4c301dd5ea8a6ca179c0b9835e032825"
url "https://files.pythonhosted.org/packages/31/ab/46bec149bbd71a4467a3063ac22f4486ecd2ceb70ae8c70d5d8e4c2a7946/urllib3-2.0.4.tar.gz"
sha256 "8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"
end


Expand Down

0 comments on commit 2ab587b

Please sign in to comment.