diff --git a/pentoo/pentoo-installer/Manifest b/pentoo/pentoo-installer/Manifest index 231467bfa4..24a732a49d 100644 --- a/pentoo/pentoo-installer/Manifest +++ b/pentoo/pentoo-installer/Manifest @@ -1 +1 @@ -DIST pentoo-installer-20241020.tar.gz 44833 BLAKE2B 7de75c52a0f7b882d4b86b406087626deee32f0356d0e8e00a6bd0f9baed35d590f55c781bade68f16771d7c4eb7e616393d00bfc9755e9ba31dae862994ecbe SHA512 0831c269e31b1e93e59f6bf9b7cb39f3d8f177ba7192930983fe13d91ff618cfb8209c399d13cae55dc30c4bbb3779846ded3e28f2069a81942ab3c11275b132 +DIST pentoo-installer-20241020-r1.tar.gz 44855 BLAKE2B 0f172fab66d99c4e8bce39baed61b416a59026cc19a43ab8e5c622d39a46f7097cf553e8808884093873ebf6af22b3457c3e27b010756554428a4e1c7c05fb6c SHA512 b0d09b17435d3a84555dfca110e27bb71af0241dc00e115b5c74ae30933b38238e74f64fb8504195791b00825beb252c822d1678b78cc7bc16d8d15a129cf3f7 diff --git a/pentoo/pentoo-installer/pentoo-installer-20241020.ebuild b/pentoo/pentoo-installer/pentoo-installer-20241020-r1.ebuild similarity index 100% rename from pentoo/pentoo-installer/pentoo-installer-20241020.ebuild rename to pentoo/pentoo-installer/pentoo-installer-20241020-r1.ebuild diff --git a/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild b/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild index 1559c36f2c..b5831ef157 100644 --- a/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild +++ b/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild @@ -14,8 +14,8 @@ if [[ "${PV}" == "99999999" ]] ; then EGIT_REPO_URI="https://github.com/pentoo/${PN}.git" else KEYWORDS="~amd64 ~x86" - GIT_COMMIT="f7ec0538a4a79d550ffacf512fa50cb5e041f3ab" - SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" + GIT_COMMIT="6067dabb0d313a84b84d615d1dbdb50cc15106ef" + SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${PF}.tar.gz" S="${WORKDIR}/${PN}-${GIT_COMMIT}" fi