certbot 0.11.1

Closes #9568.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
ilovezfs 2017-02-02 03:17:38 -08:00 committed by Tomasz Pajor
parent b035851358
commit 1f0c358204

View file

@ -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.10.2.tar.gz"
sha256 "da6c357e831926cfb57ec49c1fb3b9a5bbce0202fb7fb60487ee52944c712341"
url "https://github.com/certbot/certbot/archive/v0.11.1.tar.gz"
sha256 "89c45639746a79a22e32d86dbf9352cda1a4ea218aa1433d3aa61d90c715f52c"
head "https://github.com/certbot/certbot.git"
bottle do
@ -39,8 +39,8 @@ class Certbot < Formula
end
resource "cryptography" do
url "https://files.pythonhosted.org/packages/82/f7/d6dfd7595910a20a563a83a762bf79a253c4df71759c3b228accb3d7e5e4/cryptography-1.7.1.tar.gz"
sha256 "953fef7d40a49a795f4d955c5ce4338abcec5dea822ed0414ed30348303fdb4c"
url "https://files.pythonhosted.org/packages/99/df/71c7260003f5c469cec3db4c547115df39e9ce6c719a99e067ba0e78fd8a/cryptography-1.7.2.tar.gz"
sha256 "878cb68b3da3d493ffd68f36db11c29deee623671d3287c3f8d685117ffda9a9"
end
resource "enum34" do