Skip to content

Commit

Permalink
Creating pull request with latest Secureli formula for version 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Secureli Automation committed Nov 2, 2023
1 parent 0becd0f commit 3d702b8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 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.16.0/secureli-0.16.0.tar.gz"
version "0.16.0"
sha256 "f96fb4a60dfacc4c5ee47dd1547593c6a3b19416f975820cd4482b0e3753ebb8"
url "https://github.com/slalombuild/secureli/releases/download/v0.17.0/secureli-0.17.0.tar.gz"
version "0.17.0"
sha256 "0a6a6cb30d50c294e1f23c26f3776209be802ebf8c1b7084a5e0191eb990275c"
license "Apache-2.0"

depends_on "pre-commit"
Expand Down Expand Up @@ -101,11 +101,7 @@ class Secureli < Formula
url "https://files.pythonhosted.org/packages/31/ab/46bec149bbd71a4467a3063ac22f4486ecd2ceb70ae8c70d5d8e4c2a7946/urllib3-2.0.4.tar.gz"
sha256 "8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"
end

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


def install
virtualenv_install_with_resources
Expand Down

0 comments on commit 3d702b8

Please sign in to comment.