Skip to content

Commit

Permalink
Merge pull request #39 from KDAB/kddockwidgets-qt6/v2.2.1
Browse files Browse the repository at this point in the history
Update package kddockwidgets-qt6 to v2.2.1
  • Loading branch information
iamsergio authored Dec 25, 2024
2 parents fa31570 + 5c6000d commit 9c9370f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kddockwidgets-qt5.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class KddockwidgetsQt5 < Formula
desc "Advanced Dock Widget Framework for Qt5"
homepage "https://github.com/KDAB/KDDockWidgets"
url "https://github.com/KDAB/KDDockWidgets/releases/download/v2.2.0/kddockwidgets-2.2.0.tar.gz"
sha256 "02672f3ae864ed278e47602bebd8e5b1051a8d592678c829c171ce812d8469b2"
url "https://github.com/KDAB/KDDockWidgets/releases/download/v2.2.1/kddockwidgets-2.2.1.tar.gz"
sha256 "8693e06abee0c88517d8480b22647702a51a0708f3c876ed5385d9a4e356e1a5"
head "https://github.com/KDAB/KDDockWidgets.git"

depends_on "qt@5" => "with-d-bus"
Expand Down
4 changes: 2 additions & 2 deletions kddockwidgets-qt6.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class KddockwidgetsQt6 < Formula
desc "Advanced Dock Widget Framework for Qt6"
homepage "https://github.com/KDAB/KDDockWidgets"
url "https://github.com/KDAB/KDDockWidgets/releases/download/v2.2.0/kddockwidgets-2.2.0.tar.gz"
sha256 "02672f3ae864ed278e47602bebd8e5b1051a8d592678c829c171ce812d8469b2"
url "https://github.com/KDAB/KDDockWidgets/releases/download/v2.2.1/kddockwidgets-2.2.1.tar.gz"
sha256 "8693e06abee0c88517d8480b22647702a51a0708f3c876ed5385d9a4e356e1a5"
head "https://github.com/KDAB/KDDockWidgets.git"

depends_on "qt@6" => "with-d-bus"
Expand Down

0 comments on commit 9c9370f

Please sign in to comment.