aboutsummaryrefslogtreecommitdiff
path: root/flatpak
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-02-15 20:29:06 -0800
committerMicah Lee <micah@micahflee.com>2021-02-15 20:29:06 -0800
commit4e79aacd1e892afab7dd1578ffdc75dedd1c0c6f (patch)
tree7e1c6a24418e4305b33f722e9079186372974dd6 /flatpak
parentab740962c32f55caa07743733caa6c737843c319 (diff)
downloadonionshare-4e79aacd1e892afab7dd1578ffdc75dedd1c0c6f.tar.gz
onionshare-4e79aacd1e892afab7dd1578ffdc75dedd1c0c6f.zip
Use pyside 5.15.1 instead of 5.15.2, so CircleCI tests will pass
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.onionshare.OnionShare.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/flatpak/org.onionshare.OnionShare.yaml b/flatpak/org.onionshare.OnionShare.yaml
index 7d442a09..28c72060 100644
--- a/flatpak/org.onionshare.OnionShare.yaml
+++ b/flatpak/org.onionshare.OnionShare.yaml
@@ -34,8 +34,8 @@ modules:
- /bin
sources:
- type: archive
- sha256: b306504b0b8037079a8eab772ee774b9e877a2d84bab2dbefbe4fa6f83941418
- url: https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.2-src/pyside-setup-opensource-src-5.15.2.tar.xz
+ sha256: f175c1d8813257904cf0efeb58e44f68d53b9916f73adaf9ce19514c0271c3fa
+ url: https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.1-src/pyside-setup-opensource-src-5.15.1.tar.xz
- type: shell
commands:
- mkdir -p /app/include/qt5tmp && cp -R /usr/include/Qt* /app/include/qt5tmp # https://bugreports.qt.io/browse/PYSIDE-787