pentoo-installer: bump

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-03-22 12:30:46 -04:00
parent e225ad3470
commit 5678226342
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DESCRIPTION="Installer for pentoo, based on the ncurses Arch Linux installer"
HOMEPAGE="https://github.com/pentoo/pentoo-installer"
@ -14,7 +14,7 @@ if [[ "${PV}" == "99999999" ]] ; then
EGIT_REPO_URI="https://github.com/pentoo/${PN}.git"
else
KEYWORDS="~amd64 ~x86"
GIT_COMMIT="6cded57889d9c4ea85a240aa13334e52098458cb"
GIT_COMMIT="3e22ab38b41d3d0369c5afe1079e9693aabe9ad7"
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
fi