Diff elpher-3.5.0 with a elpher-9999

/usr/portage/app-emacs/elpher/elpher-9999.ebuild 2023-10-09 14:52:28.684368330 +0300
14 14
	inherit git-r3
15 15
	EGIT_REPO_URI="git://thelambdalab.xyz/${PN}.git"
16 16
else
17
	if [[ ${PV} == 3.5.0 ]] ; then
18
		COMMIT=81f2883
17
	if [[ ${PV} == 3.4.2 ]] ; then
18
		COMMIT=f117f2f
19 19
		SRC_URI="https://thelambdalab.xyz/gitweb/index.cgi?p=${PN}.git;a=snapshot;h=${COMMIT};sf=tgz
20 20
			-> ${P}.tar.gz"
21 21
		S="${WORKDIR}"/${PN}-${COMMIT}
Thank you!