Diff caddy-2.6.4 with a caddy-2.7.4

/usr/portage/www-servers/caddy/caddy-2.7.4.ebuild 2023-10-09 14:52:35.896368512 +0300
6 6

  
7 7
DESCRIPTION="Fast, cross-platform HTTP/2 web server with automatic HTTPS"
8 8
HOMEPAGE="https://caddyserver.com"
9
SRC_URI="https://github.com/caddyserver/caddy/archive/v${PV}.tar.gz -> ${P}.tar.gz
10
	https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz"
9
SRC_URI="https://github.com/caddyserver/caddy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
10
SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
11 11

  
12 12
LICENSE="Apache-2.0 BSD ECL-2.0 MIT"
13 13
SLOT="0"
Thank you!