Diff atd-2.10.0 with a atd-2.11.0

/usr/portage/dev-ml/atd/atd-2.11.0.ebuild 2023-10-09 14:52:29.780368357 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
7 7

  
8 8
DESCRIPTION="Static types for JSON APIs"
9 9
HOMEPAGE="https://github.com/ahrefs/atd/"
10
SRC_URI="https://github.com/ahrefs/atd/archive/${PV}.tar.gz -> ${P}.tar.gz"
10
SRC_URI="https://github.com/ahrefs/atd/archive/${PV}.tar.gz
11
	-> ${P}.tar.gz"
11 12

  
12 13
LICENSE="MIT"
13 14
SLOT="0/${PV}"
......
35 36
				 atdpy                          \
36 37
				 atds                           \
37 38
				 atdts
39

  
38 40
	dodoc CHANGES.md CONTRIBUTING.md README.md
39 41
}
Thank you!