Skip to content

Commit

Permalink
Creating pull request with latest Secureli formula for version 0.2.6 (#…
Browse files Browse the repository at this point in the history
…17)

Co-authored-by: Secureli Automation <[email protected]>
  • Loading branch information
sbates and Secureli Automation authored Apr 13, 2023
1 parent c4b526b commit 5a84801
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions Formula/secureli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ 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.4/secureli-0.2.4.tar.gz", :using => GitHubPrivateRepositoryReleaseDownloadStrategy
version "0.2.4"
sha256 "7b12946d767037e6bc3762644895c5d2c3f252e686a2d9c815c6e6209fdc425f"
url "https://github.com/slalombuild/secureli/releases/download/v0.2.6/secureli-0.2.6.tar.gz", :using => GitHubPrivateRepositoryReleaseDownloadStrategy
version "0.2.6"
sha256 "828f83ae288cc47115ea0d3536be64607900cc38298778c3d21c1eb639c3ead0"
license "Apache-2.0"

depends_on "pre-commit"

Expand All @@ -23,11 +24,6 @@ class Secureli < Formula
sha256 "7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"
end

resource "colorama" do
url "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz"
sha256 "08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"
end

resource "commonmark" do
url "https://files.pythonhosted.org/packages/60/48/a60f593447e8f0894ebb7f6e6c1f25dafc5e89c5879fdc9360ae93ff83f0/commonmark-0.9.1.tar.gz"
sha256 "452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"
Expand Down Expand Up @@ -73,16 +69,6 @@ class Secureli < Formula
sha256 "ba3a3775974105c221d31141f2c116f4fd65c5ceb0698657a11e9f295ec93fd0"
end

resource "shellingham" do
url "https://files.pythonhosted.org/packages/1f/13/fab0a3f512478bc387b66c51557ee715ede8e9811c77ce952f9b9a4d8ac1/shellingham-1.5.0.post1.tar.gz"
sha256 "823bc5fb5c34d60f285b624e7264f4dda254bc803a3774a147bf99c0e3004a28"
end

resource "six" do
url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz"
sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"
end

resource "typer" do
url "https://files.pythonhosted.org/packages/cf/f9/27c5cd9ab067e3ece4cecb920c33f38cc986f839b12de19650fd49dc3c63/typer-0.6.1.tar.gz"
sha256 "2d5720a5e63f73eaf31edaa15f6ab87f35f0690f8ca233017d7d23d743a91d73"
Expand Down

0 comments on commit 5a84801

Please sign in to comment.