Diff openresolv-3.12.0-r1 with a openresolv-3.13.2-r1

/usr/portage/net-dns/openresolv/openresolv-3.13.2-r1.ebuild 2024-12-25 14:59:51.239270144 +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
EAPI=7
4
EAPI=8
5 5

  
6 6
DESCRIPTION="A framework for managing DNS information"
7 7
HOMEPAGE="https://roy.marples.name/projects/openresolv"
8
SRC_URI="https://roy.marples.name/downloads/${PN}/${P}.tar.xz"
8
SRC_URI="https://github.com/NetworkConfiguration/openresolv/releases/download/v${PV}/${P}.tar.xz"
9 9

  
10 10
LICENSE="BSD-2"
11 11
SLOT="0"
Thank you!