Diff source-sans-3.046 with a source-sans-3.052

/usr/portage/media-fonts/source-sans/source-sans-3.052.ebuild 2023-10-09 14:52:31.612368404 +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
......
10 10

  
11 11
DESCRIPTION="Sans serif font family for user interface environments"
12 12
HOMEPAGE="https://adobe-fonts.github.io/source-sans/"
13
SRC_URI="https://github.com/adobe-fonts/source-sans/archive/${PV}R.tar.gz -> source-sans-${PV}.tar.gz"
13
SRC_URI="https://github.com/adobe-fonts/source-sans/archive/${PV}R.tar.gz -> ${P}.tar.gz"
14 14
S="${WORKDIR}/${P}R"
15 15

  
16 16
LICENSE="OFL-1.1"
Thank you!