Diff elasticsearch_exporter-1.3.0 with a elasticsearch_exporter-1.8.0

/usr/portage/app-metrics/elasticsearch_exporter/elasticsearch_exporter-1.8.0.ebuild 2025-02-03 17:39:32.302665042 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
GIT_COMMIT=fe20e49
6
MY_PV=${PV/_/}
5

  
7 6
inherit go-module
7

  
8
GIT_COMMIT=fd25030ff5
9

  
10
MY_PV=${PV/_/}
8 11
DESCRIPTION="Elasticsearch stats exporter for Prometheus"
9 12
HOMEPAGE="https://github.com/justwatchcom/elasticsearch_exporter"
10 13
SRC_URI="https://github.com/justwatchcom/elasticsearch_exporter/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
Thank you!