Update pantalaimon to 0.9.2

This commit is contained in:
Morgan McMillian 2021-03-13 08:56:02 -08:00
parent 1f4c5c3ec5
commit fe755f4c05
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ Page {
Label { Label {
width: parent.width width: parent.width
horizontalAlignment: Text.AlignHCenter horizontalAlignment: Text.AlignHCenter
text: i18n.tr("Pantalaimon v0.9.1") text: i18n.tr("Pantalaimon v0.9.2")
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
fontSize: "large" fontSize: "large"
} }

View file

@ -35,7 +35,7 @@ export LDFLAGS=-L${ROOT}/build/${ARCH_TRIPLET}/olm/install/lib/${ARCH_TRIPLET}
echo echo
echo "...installing pantalaimon..." echo "...installing pantalaimon..."
echo echo
${INSTALL_DIR}/bin/pip3 install --upgrade pantalaimon ${INSTALL_DIR}/bin/pip3 install --upgrade pantalaimon==0.9.2
export PATH=/usr/${ARCH_TRIPLET}/bin:${PATH} export PATH=/usr/${ARCH_TRIPLET}/bin:${PATH}
echo echo