diff options
author | Tim Biermann <tbier@posteo.de> | 2022-11-22 17:59:58 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-11-22 17:59:58 +0000 |
commit | b1254766c674807e0a4692a39e8e332f562c2595 (patch) | |
tree | 3182efbe67418f0ff1875a156b503cdb19157db2 /certbot-nginx | |
parent | 1e4ee4c28827743d21f45a7ac2a51199f89fb874 (diff) | |
download | contrib-b1254766c674807e0a4692a39e8e332f562c2595.tar.gz contrib-b1254766c674807e0a4692a39e8e332f562c2595.tar.xz |
certbot-nginx: 1.32.0 -> 2.0.0
Diffstat (limited to 'certbot-nginx')
-rw-r--r-- | certbot-nginx/.footprint | 14 | ||||
-rw-r--r-- | certbot-nginx/.signature | 8 | ||||
-rw-r--r-- | certbot-nginx/Pkgfile | 2 |
3 files changed, 12 insertions, 12 deletions
diff --git a/certbot-nginx/.footprint b/certbot-nginx/.footprint index 4cbdb73b3..cfc327768 100644 --- a/certbot-nginx/.footprint +++ b/certbot-nginx/.footprint @@ -2,13 +2,13 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.10/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/ -drwxr-xr-x root/root usr/lib/python3.10/site-packages/certbot_nginx-1.32.0.dist-info/ --rw-r--r-- root/root usr/lib/python3.10/site-packages/certbot_nginx-1.32.0.dist-info/LICENSE.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/certbot_nginx-1.32.0.dist-info/METADATA --rw-r--r-- root/root usr/lib/python3.10/site-packages/certbot_nginx-1.32.0.dist-info/RECORD --rw-r--r-- root/root usr/lib/python3.10/site-packages/certbot_nginx-1.32.0.dist-info/WHEEL --rw-r--r-- root/root usr/lib/python3.10/site-packages/certbot_nginx-1.32.0.dist-info/entry_points.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/certbot_nginx-1.32.0.dist-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.10/site-packages/certbot_nginx-2.0.0.dist-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/certbot_nginx-2.0.0.dist-info/LICENSE.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/certbot_nginx-2.0.0.dist-info/METADATA +-rw-r--r-- root/root usr/lib/python3.10/site-packages/certbot_nginx-2.0.0.dist-info/RECORD +-rw-r--r-- root/root usr/lib/python3.10/site-packages/certbot_nginx-2.0.0.dist-info/WHEEL +-rw-r--r-- root/root usr/lib/python3.10/site-packages/certbot_nginx-2.0.0.dist-info/entry_points.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/certbot_nginx-2.0.0.dist-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.10/site-packages/certbot_nginx/ -rw-r--r-- root/root usr/lib/python3.10/site-packages/certbot_nginx/__init__.py drwxr-xr-x root/root usr/lib/python3.10/site-packages/certbot_nginx/__pycache__/ diff --git a/certbot-nginx/.signature b/certbot-nginx/.signature index 45f749f9f..916254035 100644 --- a/certbot-nginx/.signature +++ b/certbot-nginx/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37co3YRCmjR5U/IZvRIlabdey81HAKORuHNNkQh/MxPA+TGR/38F/WSOODa9a9yP/ZlCFrTAjwm+eThnz6Ni8g4= -SHA256 (Pkgfile) = 4dc9216bbbb265011dcd29440147137de384a9850eca0fe73c9093a0b766ee01 -SHA256 (.footprint) = 825512042b0282a85682565226443aa284fc506b97c1c227d03ce123f382bf94 -SHA256 (certbot-nginx-1.32.0.tar.gz) = af21bdb491584e6a9d70f1053a42286c29a49b103a40d93c87e8ac685045140b +RWSagIOpLGJF32pyuosHvbnLr047kCZ8PKvkeoVr2gHVLQZM2G7vtzJj0RdCtjsZ1a86HKjb0fxUzJ5I8itvsa8WISc9HoCX5gI= +SHA256 (Pkgfile) = d141beb33f73a778465e8505d03ced54bcef6bc87e0e06f208851f5ef35fb7fa +SHA256 (.footprint) = 1b27475028c8ff878d87b85def51a5da33bc13f621a42128280447fe27c4712c +SHA256 (certbot-nginx-2.0.0.tar.gz) = f854f63246ca396bdbc054f47d57aa406524f538607d0aa3c8dad82e6fd32bf5 diff --git a/certbot-nginx/Pkgfile b/certbot-nginx/Pkgfile index ae5a6f1a8..1072ca064 100644 --- a/certbot-nginx/Pkgfile +++ b/certbot-nginx/Pkgfile @@ -4,7 +4,7 @@ # Depends on: certbot python3-mock name=certbot-nginx -version=1.32.0 +version=2.0.0 release=1 source=(https://pypi.io/packages/source/c/certbot-nginx/certbot-nginx-$version.tar.gz) |