Diff earthly-0.7.17 with a earthly-0.7.19

/usr/portage/app-containers/earthly/earthly-0.7.19.ebuild 2023-10-09 14:52:28.220368318 +0300
32 32

  
33 33
	# Git SHA is needed at runtime by earthly to pull and bootstrap images.
34 34
	local git_sha
35
	if [[ ${PV} == 0.7.17 ]] ; then
36
		git_sha=7b7d8f4abbc7a35034fcd29cfada52d3d25fcff2
35
	if [[ "${PV}" == 0.7.19 ]] ; then
36
		git_sha="f379f768ffee3e71e80ae196611dd6b798937277"
37 37
	else
38 38
		die 'Could not detect "git_sha", please update the ebuild.'
39 39
	fi
Thank you!