Diff pngcheck-3.0.2 with a pngcheck-3.0.3

/usr/portage/media-gfx/pngcheck/pngcheck-3.0.3.ebuild 2023-10-09 14:52:31.640368404 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit toolchain-funcs
7 7

  
8
DESCRIPTION="Verifies the integrity of PNG, JNG and MNG files with internal checksums"
8
DESCRIPTION="Verifies the integrity of PNG, JNG, and MNG files with internal checksums"
9 9
HOMEPAGE="http://www.libpng.org/pub/png/apps/pngcheck.html"
10
SRC_URI="mirror://sourceforge/png-mng/${P}.tar.gz"
10
SRC_URI="http://www.libpng.org/pub/png/src/${P}.tar.gz"
11 11

  
12 12
LICENSE="HPND GPL-2+"
13 13
SLOT="0"
Thank you!