diff options
author | Dan Langille <dvl@FreeBSD.org> | 2021-06-02 17:16:02 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2021-06-02 17:17:25 +0000 |
commit | a2c67938756b8ae18414ba85cc68585944659d5b (patch) | |
tree | 5e702eb7970d0aa91e4c068e646856cc8803279a | |
parent | 4667d37ce06d25e4d17ed351edf4df5a575451d5 (diff) |
security/acme.sh: update to 2.9.0
This removes support for ACME v1
re: https://github.com/acmesh-official/acme.sh/releases/tag/2.9.0
-rw-r--r-- | security/acme.sh/Makefile | 2 | ||||
-rw-r--r-- | security/acme.sh/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/acme.sh/Makefile b/security/acme.sh/Makefile index 7064be8c3ab7..7f228c117621 100644 --- a/security/acme.sh/Makefile +++ b/security/acme.sh/Makefile @@ -1,5 +1,5 @@ PORTNAME= acme.sh -PORTVERSION= 2.8.9 +PORTVERSION= 2.9.0 CATEGORIES= security MAINTAINER= dvl@FreeBSD.org diff --git a/security/acme.sh/distinfo b/security/acme.sh/distinfo index 5204b7e20833..1c77ba33e0d8 100644 --- a/security/acme.sh/distinfo +++ b/security/acme.sh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620081609 -SHA256 (Neilpang-acme.sh-2.8.9_GH0.tar.gz) = 2b341453da63235a8a4c1649bff1a197f27ee84c7c36d8ff98b3aed261f62524 -SIZE (Neilpang-acme.sh-2.8.9_GH0.tar.gz) = 233430 +TIMESTAMP = 1622654029 +SHA256 (Neilpang-acme.sh-2.9.0_GH0.tar.gz) = bb8cfb8333bc9e986bb8b7644d518bc238b353c871c343b7edf8cda7b7dd903c +SIZE (Neilpang-acme.sh-2.9.0_GH0.tar.gz) = 232001 |