Diff redis_exporter-1.43.0 with a redis_exporter-1.44.0

/usr/portage/app-metrics/redis_exporter/redis_exporter-1.44.0.ebuild 2023-10-09 14:52:28.780368332 +0300
3 3

  
4 4
EAPI=7
5 5
inherit go-module systemd
6
EGIT_COMMIT=980a9741e77c4e065faba80805f93d4694d71d67
6
EGIT_COMMIT=19f7b036bb46869858eec74d8d3fc2186d641399
7 7

  
8 8
DESCRIPTION="Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x and 4.x"
9 9
HOMEPAGE="https://github.com/oliver006/redis_exporter"
10 10
SRC_URI="https://github.com/oliver006/redis_exporter/archive/v${PV}.tar.gz -> ${P}.tar.gz
11
	https://dev.gentoo.org/~zmedico/dist/redis_exporter-1.38.0-deps.tar.xz"
11
	https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz"
12 12

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