diff options
Diffstat (limited to 'app-emacs/boogie-friends/boogie-friends-0.1_p20220922.ebuild')
-rw-r--r-- | app-emacs/boogie-friends/boogie-friends-0.1_p20220922.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emacs/boogie-friends/boogie-friends-0.1_p20220922.ebuild b/app-emacs/boogie-friends/boogie-friends-0.1_p20220922.ebuild index df8519fe6a52..b83f54b471cc 100644 --- a/app-emacs/boogie-friends/boogie-friends-0.1_p20220922.ebuild +++ b/app-emacs/boogie-friends/boogie-friends-0.1_p20220922.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -H=8d1bafab5dffc3c63324b5306503943e67497ddc +COMMIT=8d1bafab5dffc3c63324b5306503943e67497ddc inherit elisp DESCRIPTION="Emacs tools for interacting with Boogie, Dafny and Z3 (SMT2)" HOMEPAGE="https://github.com/boogie-org/boogie-friends/" -SRC_URI="https://github.com/boogie-org/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${H}/emacs" +SRC_URI="https://github.com/boogie-org/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}/emacs" LICENSE="MIT" SLOT="0" |