Skip to content

Commit

Permalink
Merge branch 'master' into zero-system
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- authored Oct 21, 2024
2 parents 98b870b + 35d77f9 commit 487e07e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pentoo/pentoo-installer/Manifest
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions pentoo/pentoo-installer/pentoo-installer-99999999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 487e07e

Please sign in to comment.