certbot 0.21.0
Closes #22997. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
2e3eeae136
commit
32d87f8678
1 changed files with 11 additions and 7 deletions
|
@ -3,9 +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.20.0.tar.gz"
|
||||
sha256 "3a0ae2ebb82e580d8e9849d4a9a8e876a907be26fe2db2bc075fd887826c71b2"
|
||||
revision 1
|
||||
url "https://github.com/certbot/certbot/archive/v0.21.0.tar.gz"
|
||||
sha256 "e59fe9b4f6e53ccfec6a9d97bcdbe3e07d4a0ec2231f197bc2a2f5eed2eaae85"
|
||||
head "https://github.com/certbot/certbot.git"
|
||||
|
||||
bottle do
|
||||
|
@ -21,8 +20,8 @@ class Certbot < Formula
|
|||
depends_on "python3"
|
||||
|
||||
resource "asn1crypto" do
|
||||
url "https://files.pythonhosted.org/packages/31/53/8bca924b30cb79d6d70dbab6a99e8731d1e4dd3b090b7f3d8412a8d8ffbc/asn1crypto-0.23.0.tar.gz"
|
||||
sha256 "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70"
|
||||
url "https://files.pythonhosted.org/packages/fc/f1/8db7daa71f414ddabfa056c4ef792e1461ff655c2ae2928a2b675bfed6b4/asn1crypto-0.24.0.tar.gz"
|
||||
sha256 "9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49"
|
||||
end
|
||||
|
||||
resource "certifi" do
|
||||
|
@ -31,8 +30,8 @@ class Certbot < Formula
|
|||
end
|
||||
|
||||
resource "cffi" do
|
||||
url "https://files.pythonhosted.org/packages/c9/70/89b68b6600d479034276fed316e14b9107d50a62f5627da37fafe083fde3/cffi-1.11.2.tar.gz"
|
||||
sha256 "ab87dd91c0c4073758d07334c1e5f712ce8fe48f007b86f8238773963ee700a6"
|
||||
url "https://files.pythonhosted.org/packages/10/f7/3b302ff34045f25065091d40e074479d6893882faef135c96f181a57ed06/cffi-1.11.4.tar.gz"
|
||||
sha256 "df9083a992b17a28cd4251a3f5c879e0198bb26c9e808c4647e0a18739f1d11d"
|
||||
end
|
||||
|
||||
resource "chardet" do
|
||||
|
@ -65,6 +64,11 @@ class Certbot < Formula
|
|||
sha256 "2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f"
|
||||
end
|
||||
|
||||
resource "josepy" do
|
||||
url "https://files.pythonhosted.org/packages/44/85/8a6a4d6decb8bb66df4c5691f963c335fc3ee973a1c7a9825794e9d49e08/josepy-1.0.1.tar.gz"
|
||||
sha256 "9f48b88ca37f0244238b1cc77723989f7c54f7b90b2eee6294390bacfe870acc"
|
||||
end
|
||||
|
||||
resource "mock" do
|
||||
url "https://files.pythonhosted.org/packages/0c/53/014354fc93c591ccc4abff12c473ad565a2eb24dcd82490fae33dbf2539f/mock-2.0.0.tar.gz"
|
||||
sha256 "b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5bc8bba"
|
||||
|
|
Loading…
Reference in a new issue