Merge pull request #609 from flatcar-linux/kai/torcx-fixed-size

app-arch/torcx: Point to latest flatcar-master
This commit is contained in:
Kai Lüke 2020-09-24 18:04:10 +02:00 committed by GitHub
commit ae76870537

View File

@ -10,7 +10,7 @@ COREOS_GO_PACKAGE="github.com/coreos/torcx"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64" KEYWORDS="~amd64 ~arm64"
else else
CROS_WORKON_COMMIT="cb620a4caba3ae92131ea072a2bd4243555f0795" # v0.2.0 CROS_WORKON_COMMIT="6cae861af82f28357b4c06923c7a6374b223c6f9" # flatcar-master
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi