Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions Formula/cfn-lint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class CfnLint < Formula

desc "Validate CloudFormation templates against the CloudFormation spec"
homepage "https://github.com/aws-cloudformation/cfn-python-lint/"
url "https://files.pythonhosted.org/packages/6d/e4/9cfbff9aeae701095a4005e281e5199d180dd34cdaacefab5839ec1c3a4c/cfn-lint-0.30.1.tar.gz"
sha256 "5001d5fa0e1b255d546fe966c0111a6aeaf26dc583249df626488622929e419b"
url "https://files.pythonhosted.org/packages/0d/d9/1ed56ec2d1282c522a1b369e0545e226b885373ee2b261b04f579c516a2d/cfn-lint-0.31.1.tar.gz"
sha256 "ef3a33a4df06b4955c938274e816a6ad16da5bf36abc9c80821b06d0ec9a340c"

bottle do
cellar :any_skip_relocation
Expand Down Expand Up @@ -86,6 +86,12 @@ class CfnLint < Formula
sha256 "c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a"
end

# only doing this because junit-xml source is not available in PyPI for v1.9
resource "junit-xml" do
url "https://github.com/kyrus/python-junit-xml.git",
:revision => "4bd08a272f059998cedf9b7779f944d49eba13a6"
end

resource "more-itertools" do
url "https://files.pythonhosted.org/packages/a0/47/6ff6d07d84c67e3462c50fa33bf649cda859a8773b53dc73842e84455c05/more-itertools-8.2.0.tar.gz"
sha256 "b1ddb932186d8a6ac451e1d95844b382f55e12686d51ca0c68b6f61f2ab7a507"
Expand Down