Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkdmarc 5.6.2 #195706

Merged
merged 2 commits into from
Oct 27, 2024
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ chatblade
cheat
check-jsonschema
checkbashisms
checkdmarc
checkmake
checkov
checkstyle
Expand Down
16 changes: 10 additions & 6 deletions Formula/c/checkdmarc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ class Checkdmarc < Formula

desc "Command-line parser for SPF and DMARC DNS records"
homepage "https://domainaware.github.io/checkdmarc/"
url "https://files.pythonhosted.org/packages/b4/f3/0e4108ec0939ed21524e8fb2638725cca48ae750a837b09d3f6695092419/checkdmarc-5.5.0.tar.gz"
sha256 "d775f566f8fdd584adb9a26e792cfe1565cdf6bd50c54fe7b6d8443ce6db68cf"
url "https://files.pythonhosted.org/packages/93/a4/376826eff1d7ed93a2b50c9909551a1d700b7faabfa2171a91319c23a29d/checkdmarc-5.6.2.tar.gz"
sha256 "e4b3aed8d77597c03f2c67629c06ff82845ef05b6331c268590f3f80184d5897"
license "Apache-2.0"
head "https://github.com/domainaware/checkdmarc.git", branch: "master"

bottle do
rebuild 2
sha256 cellar: :any_skip_relocation, all: "a9606704c0776409c67bed4b84f5a9b3ba213a8ca1d7740ec3e43db57081828f"
sha256 cellar: :any_skip_relocation, all: "98a6fba0d7e18b88e95949a7192c82399bff8930f1f00eabf02b3fd544277ddd"
end

depends_on "certifi"
Expand Down Expand Up @@ -38,8 +37,8 @@ class Checkdmarc < Formula
end

resource "publicsuffixlist" do
url "https://files.pythonhosted.org/packages/ee/7f/6e5498685dacae497d6ee8c45cbe489e901b3ffbcedbe897e5a87cc4213b/publicsuffixlist-1.0.2.20241010.tar.gz"
sha256 "a726d826bc3b6704995ce0ca144d87768060e18e1df39e6e57f2c645671c0df9"
url "https://files.pythonhosted.org/packages/16/cc/b59718161bcd7d15053dd3358da8fae0f0fbc24ff42729e42669e7019442/publicsuffixlist-1.0.2.20241026.tar.gz"
sha256 "bc24c7b391c55b6d5ded6d06fd6f76ba003617d25ba84e88c261c71dbeab754b"
end

resource "pyleri" do
Expand All @@ -62,6 +61,11 @@ class Checkdmarc < Formula
sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"
end

resource "xmltodict" do
url "https://files.pythonhosted.org/packages/50/05/51dcca9a9bf5e1bce52582683ce50980bcadbc4fa5143b9f2b19ab99958f/xmltodict-0.14.2.tar.gz"
sha256 "201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553"
end

def install
virtualenv_install_with_resources
end
Expand Down
Loading