pentoo-installer: bump to new btrfs default version

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-10-16 11:00:11 -04:00
parent 51c18154f4
commit dec71e763d
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
DIST pentoo-installer-20200903.tar.gz 46971 BLAKE2B 392a1a19d9bf13400df3f3f45cafd8196b09fceb14e3fda5e5e5e977f430716b64caefded6214b71c2db7e7eac258828f60d925cac1d6d820f2431c11dba0302 SHA512 aa15b4aadbbc280b723fd4a8e40cb5277b908688f697aea204b7620537a040f581e7418a391cb4b82616b633b849e70b97255f16a23365a04bf284067736cc72
DIST pentoo-installer-20201016.tar.gz 47065 BLAKE2B 7088b0e91bc2fbea2465f0b4f9d33e39e5a76e463062c5d040c7ed2e1db63fa036f6047e4f00e1ce968cff146fc551b7ee8e086669a9623835e9a8db0019c953 SHA512 249ac37ee0030f0b54826189a0ea5863cae622abdfb1711cecc224e32412ffd3a0abf5701f3972d8e0fab71de4f6786ff28bf79cd05b93cef8e5867c2f0bb716

View file

@ -14,7 +14,7 @@ if [[ "${PV}" == "99999999" ]] ; then
EGIT_REPO_URI="https://github.com/pentoo/${PN}.git"
else
KEYWORDS="~amd64 ~x86"
GIT_COMMIT="4222deb4c6eaa65eb0b23af5fb3bb604d0ba8e59"
GIT_COMMIT="29931df9d035d0db1f0070b4a03d4779d36a783f"
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
fi

View file

@ -14,7 +14,7 @@ if [[ "${PV}" == "99999999" ]] ; then
EGIT_REPO_URI="https://github.com/pentoo/${PN}.git"
else
KEYWORDS="~amd64 ~x86"
GIT_COMMIT="4222deb4c6eaa65eb0b23af5fb3bb604d0ba8e59"
GIT_COMMIT="29931df9d035d0db1f0070b4a03d4779d36a783f"
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
fi