Skip to content

Commit

Permalink
Update KDE Frameworks libraries to v5.103 (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Mar 1, 2023
1 parent 0aa3bc2 commit 5ab541a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -14,7 +14,7 @@ skip_branch_with_pr: true
environment:
APPVEYOR_SAVE_CACHE_ON_ERROR: true

KF5_VERSION: 5.92
KF5_VERSION: 5.103
KF5_PATCH: 0
SNORETOAST_VERSION: 0.9.0

Expand Down
4 changes: 2 additions & 2 deletions utils/github/homebrew/Formula/extra-cmake-modules.rb
@@ -1,8 +1,8 @@
class ExtraCmakeModules < Formula
desc "Extra modules and scripts for CMake"
homepage "https://api.kde.org/frameworks/extra-cmake-modules/html/index.html"
url "https://download.kde.org/stable/frameworks/5.87/extra-cmake-modules-5.87.0.tar.xz"
sha256 "541ca70d8e270614d19d8fd9e55f97b55fa1dc78d6538c6f6757be372ef8bcab"
url "https://download.kde.org/stable/frameworks/5.103/extra-cmake-modules-5.103.0.tar.xz"
sha256 "92ca2e55cb38956fbdeaf254231f074647173ccfd12dc9664989c6fa9e9c4346"
license all_of: ["BSD-2-Clause", "BSD-3-Clause", "MIT"]
head "https://invent.kde.org/frameworks/extra-cmake-modules.git"

Expand Down
4 changes: 2 additions & 2 deletions utils/github/homebrew/Formula/kf5-kconfig.rb
@@ -1,8 +1,8 @@
class Kf5Kconfig < Formula
desc "Configuration system"
homepage "https://www.kde.org"
url "https://download.kde.org/stable/frameworks/5.87/kconfig-5.87.0.tar.xz"
sha256 "345bf5a68de968c3301aec16e1ec6eebd1c575a891464784aa0e177771e917d1"
url "https://download.kde.org/stable/frameworks/5.103/kconfig-5.103.0.tar.xz"
sha256 "5f41e6f566e1eb0ee455886d9ffb69e080ed219e40f4a315b6dd0fd8de3bb918"
head "https://invent.kde.org/frameworks/kconfig.git"

depends_on "cmake" => [:build, :test]
Expand Down
4 changes: 2 additions & 2 deletions utils/github/homebrew/Formula/kf5-kcoreaddons.rb
@@ -1,8 +1,8 @@
class Kf5Kcoreaddons < Formula
desc "Addons to QtCore"
homepage "https://www.kde.org"
url "https://download.kde.org/stable/frameworks/5.87/kcoreaddons-5.87.0.tar.xz"
sha256 "d29fe93b58fec0edb3387d5bf5290366e64a5975df44c1b062cc4e29cfbfeda6"
url "https://download.kde.org/stable/frameworks/5.103/kcoreaddons-5.103.0.tar.xz"
sha256 "beb99d0274c2bffd8e6aa87199438393222a0317e2e1118d510b5b6abf772f6a"
head "https://invent.kde.org/frameworks/kcoreaddons.git"

depends_on "cmake" => [:build, :test]
Expand Down
4 changes: 2 additions & 2 deletions utils/github/homebrew/Formula/kf5-knotifications.rb
@@ -1,8 +1,8 @@
class Kf5Knotifications < Formula
desc "Abstraction for system notifications"
homepage "https://www.kde.org"
url "https://download.kde.org/stable/frameworks/5.87/knotifications-5.87.0.tar.xz"
sha256 "830583877f13dfd8c7fc512151ab23b7a34fa0a8229e144b1bff5b1a2253f90f"
url "https://download.kde.org/stable/frameworks/5.103/knotifications-5.103.0.tar.xz"
sha256 "8f3ccd6a0303408fecb1e5d9ceb22cbdbf9b1ceb08a92d32b7167dd5e2a8d936"
head "https://invent.kde.org/frameworks/knotifications.git"

depends_on "cmake" => [:build, :test]
Expand Down
4 changes: 2 additions & 2 deletions utils/github/homebrew/Formula/kf5-kwindowsystem.rb
@@ -1,8 +1,8 @@
class Kf5Kwindowsystem < Formula
desc "Access to the windowing system"
homepage "https://www.kde.org"
url "https://download.kde.org/stable/frameworks/5.87/kwindowsystem-5.87.0.tar.xz"
sha256 "424962f23bd03188ef2bb5854e77cac90b6b70632fcc1ccbed86bc72b9bab567"
url "https://download.kde.org/stable/frameworks/5.103/kwindowsystem-5.103.0.tar.xz"
sha256 "ec6af8efd4399d140929b1a057bff8c679210d98fd26f309fdf8f89fccbf13a5"
head "https://invent.kde.org/frameworks/kwindowsystem.git"

depends_on "cmake" => [:build, :test]
Expand Down

0 comments on commit 5ab541a

Please sign in to comment.