Diff rqlite-7.13.1 with a rqlite-7.17.0

/usr/portage/dev-db/rqlite/rqlite-7.17.0.ebuild 2023-10-09 14:52:29.340368346 +0300
1 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
inherit go-module
6
EGIT_COMMIT=62e43d8de1784178b876ec33867b80aac0554282
6
EGIT_COMMIT=6d22e2be6bc7b40571bd8ecf8366986da2f7198c
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/"
Thank you!