mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
pentoo-installer: bump
This commit is contained in:
parent
e225ad3470
commit
5678226342
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue