diff --git a/pentoo/pentoo-installer/Manifest b/pentoo/pentoo-installer/Manifest index 53485a70e..71f5f2cb8 100644 --- a/pentoo/pentoo-installer/Manifest +++ b/pentoo/pentoo-installer/Manifest @@ -1 +1 @@ -DIST pentoo-installer-20230824.tar.gz 44693 BLAKE2B a01caba5d2f2e08bbb3d66d57099805fd92e777818dd08ce713dbffaf9314369c5f37052f0ecdd9dc1291cc06a99db14335cff8ae4fad3d64a99400e9bd51fe1 SHA512 09a161fb5e55e7ff1a9a5e4216d7a06a3a8b47c9ca108e04ecccdb26741a66366548019a6eb012710ec5ae1c45012d1f3a1ca9ab0d11cfc8d076cfc081d5a880 +DIST pentoo-installer-20240304.tar.gz 44728 BLAKE2B 820d5fa9de7ae437496714443e5c477e7fdd3af1565d9099ce64e5c83966b05f8a52d5dda10e23743fd2236690de0b4abe20a256a809743efed9aabd4c11c60a SHA512 0df7e9880138e29f9ff6ebf838c6b820e7e4c4cf8e2204dfd1c155956224f6d91080c4cb685ff5312cfeabca9c4ceafc7d710a41253c27bffa1a2b697a6d2d17 diff --git a/pentoo/pentoo-installer/pentoo-installer-20230824.ebuild b/pentoo/pentoo-installer/pentoo-installer-20240304.ebuild similarity index 100% rename from pentoo/pentoo-installer/pentoo-installer-20230824.ebuild rename to pentoo/pentoo-installer/pentoo-installer-20240304.ebuild diff --git a/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild b/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild index 738a3d783..6c8c97569 100644 --- a/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild +++ b/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ if [[ "${PV}" == "99999999" ]] ; then EGIT_REPO_URI="https://github.com/pentoo/${PN}.git" else KEYWORDS="~amd64 ~x86" - GIT_COMMIT="46e8b76cbfe22053868bf92bc98c69adfcdb305d" + GIT_COMMIT="afc1a21e04d61c59fbf9a7e193c140ab5badf263" SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${GIT_COMMIT}" fi