Skip to content

Commit

Permalink
certbot 0.13.0
Browse files Browse the repository at this point in the history
Closes #12133.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
  • Loading branch information
ilovezfs authored and fxcoudert committed Apr 6, 2017
1 parent a130395 commit d2a1fc7
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions Formula/certbot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +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.12.0.tar.gz"
sha256 "6f37d55d01c21e8360bbfb1bf988479216d8cbec65fde3c603bb07f3dd24c5b4"
revision 1

url "https://github.com/certbot/certbot/archive/v0.13.0.tar.gz"
sha256 "ef23822043435261750e7a9c1211601b65f9f9a5e634cfbf5011632b0a62edd4"
head "https://github.com/certbot/certbot.git"

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

resource "asn1crypto" do
url "https://files.pythonhosted.org/packages/ce/39/17e90c2efacc4060915f7d1f9b8d2a5b20e54e46233bdf3092e68193407d/asn1crypto-0.21.1.tar.gz"
sha256 "4e6d7b22814d680114a439faafeccb9402a78095fb23bf0b25f9404c6938a017"
url "https://files.pythonhosted.org/packages/67/14/5d66588868c4304f804ebaff9397255f6ec5559e46724c2496e0f26e68d6/asn1crypto-0.22.0.tar.gz"
sha256 "cbbadd640d3165ab24b06ef25d1dca09a3441611ac15f6a6b452474fdf0aed1a"
end

resource "cffi" do
url "https://files.pythonhosted.org/packages/a1/32/e3d6c3a8b5461b903651dd6ce958ed03c093d2e00128e3f33ea69f1d7965/cffi-1.9.1.tar.gz"
sha256 "563e0bd53fda03c151573217b3a49b3abad8813de9dd0632e10090f6190fdaf8"
url "https://files.pythonhosted.org/packages/5b/b9/790f8eafcdab455bcd3bd908161f802c9ce5adbf702a83aa7712fcc345b7/cffi-1.10.0.tar.gz"
sha256 "b3b02911eb1f6ada203b0763ba924234629b51586f72a21faacc638269f4ced5"
end

resource "ConfigArgParse" do
Expand Down Expand Up @@ -116,8 +114,8 @@ class Certbot < Formula
end

resource "pytz" do
url "https://files.pythonhosted.org/packages/d0/e1/aca6ef73a7bd322a7fc73fd99631ee3454d4fc67dc2bee463e2adf6bb3d3/pytz-2016.10.tar.bz2"
sha256 "7016b2c4fa075c564b81c37a252a5fccf60d8964aa31b7f5eae59aeb594ae02b"
url "https://files.pythonhosted.org/packages/a4/09/c47e57fc9c7062b4e83b075d418800d322caa87ec0ac21e6308bd3a2d519/pytz-2017.2.zip"
sha256 "f5c056e8f62d45ba8215e5cb8f50dfccb198b4b9fbea8500674f3443e4689589"
end

resource "requests" do
Expand Down Expand Up @@ -147,8 +145,8 @@ class Certbot < Formula

# Required because augeas formula doesn't ship these.
resource "python-augeas" do
url "https://files.pythonhosted.org/packages/41/e6/4b6740cb3e31b82252099994cea751c648b846aa7874343c31d68c2215be/python-augeas-0.5.0.tar.gz"
sha256 "67d59d66cdba8d624e0389b87b2a83a176f21f16a87553b50f5703b23f29bac2"
url "https://files.pythonhosted.org/packages/3b/61/bb1317ea4474fdbc4d19e24d0cdb3955cfbdd66e5c8cc17f9796822df361/python-augeas-1.0.1.tar.gz"
sha256 "cb59b077939f1b29d779f889c7f123f01b0ac51720ea80991887e5df2235f886"
end

def install
Expand Down

0 comments on commit d2a1fc7

Please sign in to comment.