Skip to content

Commit

Permalink
certbot*: update to version 0.11.1
Browse files Browse the repository at this point in the history
assume maintainership for certbot-apache and certbot-nginx
  • Loading branch information
Schamschula committed Feb 2, 2017
1 parent 421109b commit b97201b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions security/certbot-apache/Portfile
Expand Up @@ -4,10 +4,10 @@ PortSystem 1.0
PortGroup python 1.0

name certbot-apache
version 0.10.2
version 0.11.1
categories security
license Apache-2
maintainers nomaintainer
maintainers mps openmaintainer
description Apache plugin for Certbot
long_description ${description}
platforms darwin
Expand All @@ -16,8 +16,8 @@ master_sites pypi:c/certbot-apache

python.versions 27

checksums rmd160 2e3f81db5a8da0762f84f370b343f10e2b9177ba \
sha256 8573275e74c8b74a9c7d7824636a37a4bc83327a7cc97a43b334fe8956ba8cb1
checksums rmd160 423445a5d053fca52727e4b765d02bcf943e9d2e \
sha256 efe2224b531595edee366423c115e2874a3c9011890321d3ccda0367efc776c0

depends_lib-append port:certbot \
port:py${python.version}-acme \
Expand Down
8 changes: 4 additions & 4 deletions security/certbot-nginx/Portfile
Expand Up @@ -4,10 +4,10 @@ PortSystem 1.0
PortGroup python 1.0

name certbot-nginx
version 0.10.2
version 0.11.1
categories security
license Apache-2
maintainers nomaintainer
maintainers mps openmaintainer
description Nginx plugin for Certbot
long_description ${description}
platforms darwin
Expand All @@ -16,8 +16,8 @@ master_sites pypi:c/certbot-nginx

python.versions 27

checksums rmd160 363bc5a54ae4f0f9cf0a8cf626ff4a18514750b3 \
sha256 c8265ab4b4bc0a6a3a81d7f0b8ff2606dd28ebbb3cd045635862286b97af2c36
checksums rmd160 0cc253af36eeea7acd134532394ba3602b9ff4dc \
sha256 e5e5ffe8930ba10139bb61c2a05a30e84d9a69a7d8fc6a7b391f707eae8bfce5

depends_lib-append port:certbot \
port:py${python.version}-acme \
Expand Down
6 changes: 3 additions & 3 deletions security/certbot/Portfile
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup python 1.0

github.setup certbot certbot 0.10.2 v
github.setup certbot certbot 0.11.1 v
categories security
license Apache-2
maintainers mps openmaintainer
Expand All @@ -14,8 +14,8 @@ long_description ${description}
platforms darwin
homepage https://letsencrypt.org/

checksums rmd160 fe28d946be682ec92cba36a68a01969539d87d6e \
sha256 155fe435b3fa97125828cb87c2570b09812d882da23e28dc6cd6bc2241bf4dfe
checksums rmd160 d32f300aeeaf579e0db69c3774c7a4ca4eaa8b60 \
sha256 0be3c8beee9fe64599ea64aa1b930c985f8d36676e555b18e24234c3a5865a6c

python.versions 27

Expand Down

0 comments on commit b97201b

Please sign in to comment.