Diff rqlite-7.13.0 with a rqlite-7.13.1

/usr/portage/dev-db/rqlite/rqlite-7.13.1.ebuild 2023-10-09 14:52:29.340368346 +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=7
5 5
inherit go-module
6
EGIT_COMMIT=f4a1583d3a63e55ddc7d310c64d8a6cd0a0f2b1d
6
EGIT_COMMIT=62e43d8de1784178b876ec33867b80aac0554282
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!