Diff mysqld_exporter-0.14.0_p20221209 with a mysqld_exporter-0.14.0_p20230328

/usr/portage/app-metrics/mysqld_exporter/mysqld_exporter-0.14.0_p20230328.ebuild 2023-10-09 14:52:28.776368332 +0300
6 6
# uncomment the first setting of MY_PV for a normal release
7 7
# MY_PV="v${PV/_rc/-rc.}"
8 8
# set MY_PV to the full commit hash for a snapshot release
9
MY_PV_HASH=530e351d293dd632f31b80947f5ca420ef17adaf
9
MY_PV_HASH=fad2c0ccd8c0df8fed91a81463e930e4485fdfee
10
: ${MY_PV_HASH_FOR_VENDOR:=${MY_PV_HASH}}
10 11
if [[ -n "${MY_PV_HASH}" ]]; then
11 12
	MY_PV=${MY_PV_HASH}
12 13
	MYSQLD_EXPORTER_COMMIT=${MY_PV_HASH:0:8}
Thank you!