app-crypt/certbot-dns-digitalocean: add 1.27.0, drop 1.25.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-06-02 09:09:11 +05:00
parent af0420fb5d
commit 0376686c14
3 changed files with 3 additions and 7 deletions

View File

@@ -1 +1 @@
DIST certbot-dns-digitalocean-1.25.0.tar.gz 1363030 BLAKE2B 7ff180dd61565d54a3b9660eaefa5a8345ae797e292913dcd995170b87df9474c4eabf15150ccd2d53a23106406acbe884363a92e134c82e82ad8c36041343b5 SHA512 50867c3e0d79e6237934a0c7c243c915f2bc7d7b01efb5a2e9694f0384033d131ba5538ad34f355d24b03806a6e30bc64f2fcced6dde41915e16ad75dc6fd855
DIST certbot-1.27.0.gh.tar.gz 1366469 BLAKE2B e9ec47520e027a9d348e861ea7d070eff4857301be0d42be6965e4159d85ef60866aa70de76edd5e68b0d40d9544075aa28e9aa07a8e04dfbf3e1a7dd77fd1de SHA512 5db7836ae2eda27c088476c149e736ce7f41b85d871cf563c69e021dd8af2d64ed85c1482049edf0dffe6fd0c9591d66be3e22fbf617068600e12691c4802e5e

View File

@@ -4,12 +4,12 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS="rdepend"
inherit distutils-r1
MY_PN="certbot"
DESCRIPTION="Digitalocean DNS Authenticator plugin for Certbot (Let's Encrypt Client)"
HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}-${PV}.gh.tar.gz"
S="${WORKDIR}/certbot-${PV}/${PN}"
LICENSE="Apache-2.0"