Skip to content

Commit

Permalink
certbot 0.27.1
Browse files Browse the repository at this point in the history
Closes #31865.

Signed-off-by: Dominyk Tiller <[email protected]>
  • Loading branch information
DomT4 committed Sep 7, 2018
1 parent 32c6378 commit 247293b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/certbot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Certbot < Formula

desc "Tool to obtain certs from Let's Encrypt and autoenable HTTPS"
homepage "https://certbot.eff.org/"
url "https://github.com/certbot/certbot/archive/v0.26.1.tar.gz"
sha256 "8867ab30322cba8d9ba88df7ac3fb134d18b5cafaaeaadf1f5b2af2fa0d260b0"
url "https://github.com/certbot/certbot/archive/v0.27.1.tar.gz"
sha256 "bb40986a51c7da37388d14050ce7ca974c0448178e9c2f3f9060819759d98218"
head "https://github.com/certbot/certbot.git"

bottle do
Expand All @@ -26,8 +26,8 @@ class Certbot < Formula
end

resource "certifi" do
url "https://files.pythonhosted.org/packages/4d/9c/46e950a6f4d6b4be571ddcae21e7bc846fcbb88f1de3eff0f6dd0a6be55d/certifi-2018.4.16.tar.gz"
sha256 "13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7"
url "https://files.pythonhosted.org/packages/e1/0f/f8d5e939184547b3bdc6128551b831a62832713aa98c2ccdf8c47ecc7f17/certifi-2018.8.24.tar.gz"
sha256 "376690d6f16d32f9d1fe8932551d80b23e9d393a8578c5633a2ed39a64861638"
end

resource "cffi" do
Expand All @@ -51,8 +51,8 @@ class Certbot < Formula
end

resource "cryptography" do
url "https://files.pythonhosted.org/packages/ec/b2/faa78c1ab928d2b2c634c8b41ff1181f0abdd9adf9193211bd606ffa57e2/cryptography-2.2.2.tar.gz"
sha256 "9fc295bf69130a342e7a19a39d7bbeb15c0bcaabc7382ec33ef3b2b7d18d2f63"
url "https://files.pythonhosted.org/packages/22/21/233e38f74188db94e8451ef6385754a98f3cad9b59bedf3a8e8b14988be4/cryptography-2.3.1.tar.gz"
sha256 "8d10113ca826a4c29d5b85b2c4e045ffa8bad74fb525ee0eceb1d38d4c70dfd6"
end

resource "future" do
Expand Down Expand Up @@ -81,8 +81,8 @@ class Certbot < Formula
end

resource "pbr" do
url "https://files.pythonhosted.org/packages/04/69/25fb4c68ae8093cf7698cec37dbbfdd3f6161ccd94a407aea0c6c1d8ce29/pbr-4.1.0.tar.gz"
sha256 "e0f23b61ec42473723b2fec2f33fb12558ff221ee551962f01dd4de9053c2055"
url "https://files.pythonhosted.org/packages/c8/c3/935b102539529ea9e6dcf3e8b899583095a018b09f29855ab754a2012513/pbr-4.2.0.tar.gz"
sha256 "1b8be50d938c9bb75d0eaf7eda111eec1bf6dc88a62a6412e33bf077457e0f45"
end

resource "pycparser" do
Expand Down

0 comments on commit 247293b

Please sign in to comment.