Diff rqlite-7.9.2 with a rqlite-7.10.1

/usr/portage/dev-db/rqlite/rqlite-7.10.1.ebuild 2023-10-09 14:52:29.340368346 +0300
3 3

  
4 4
EAPI=7
5 5
inherit go-module
6
EGIT_COMMIT=187098927ba9083a19fff36ed01eab0f8b1b045c
6
EGIT_COMMIT=22af9fdcb9a1093136f1eae7e18d4067dea29c64
7 7

  
8 8
DESCRIPTION="Replicated SQLite using the Raft consensus protocol"
9 9
HOMEPAGE="https://github.com/rqlite/rqlite https://www.philipotoole.com/tag/rqlite/"
10 10
SRC_URI="https://github.com/rqlite/rqlite/archive/v${PV}.tar.gz -> ${P}.tar.gz
11
	https://dev.gentoo.org/~zmedico/dist/rqlite-7.7.2-deps.tar.xz"
11
	https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz"
12 12

  
13 13
LICENSE="MIT Apache-2.0 BSD CC0-1.0 MPL-2.0"
14 14
SLOT="0"
Thank you!