Skip to content

Commit

Permalink
pyside 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Dec 22, 2024
1 parent ff53977 commit 31300a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/p/pyside.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Pyside < Formula

desc "Official Python bindings for Qt"
homepage "https://wiki.qt.io/Qt_for_Python"
url "https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.7.3-src/pyside-setup-everywhere-src-6.7.3.tar.xz"
sha256 "a4c414be013d5051a2d10a9a1151e686488a3172c08a57461ea04b0a0ab74e09"
url "https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.8.0.2-src/pyside-setup-everywhere-src-6.8.0.tar.xz"
sha256 "1a1a219a8f327e340d258275fad3a9f261b8f04bc57041747e73dd6ad252b4e1"
# NOTE: We omit some licenses even though they are in SPDX-License-Identifier or LICENSES/ directory:
# 1. LicenseRef-Qt-Commercial is removed from "OR" options as non-free
# 2. GFDL-1.3-no-invariants-only is only used by not installed docs, e.g. sources/{pyside6,shiboken6}/doc
Expand All @@ -14,7 +14,6 @@ class Pyside < Formula
{ "GPL-3.0-only" => { with: "Qt-GPL-exception-1.0" } },
{ any_of: ["LGPL-3.0-only", "GPL-2.0-only", "GPL-3.0-only"] },
]
revision 1

livecheck do
url "https://download.qt.io/official_releases/QtForPython/pyside6/"
Expand Down

0 comments on commit 31300a8

Please sign in to comment.