diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-07-28 02:02:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-27 17:02:50 -0700 |
| commit | d331544d828da981cfd6369a5c549703f3453d70 (patch) | |
| tree | a5173eae370a376039dda72d03082adcbd7aa673 /ports/ecm | |
| parent | 0ebd257447d3338b411fd43247282b1c02d68909 (diff) | |
| download | vcpkg-d331544d828da981cfd6369a5c549703f3453d70.tar.gz vcpkg-d331544d828da981cfd6369a5c549703f3453d70.zip | |
[many ports] Update KF5 frameworks to 5.84 (#19168)
* [kf5*] Update KDE Frameworks to 5.84
* [kf5*] Update versions
Diffstat (limited to 'ports/ecm')
| -rw-r--r-- | ports/ecm/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/ecm/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/ecm/portfile.cmake b/ports/ecm/portfile.cmake index 44552bb16..5d07071eb 100644 --- a/ports/ecm/portfile.cmake +++ b/ports/ecm/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KDE/extra-cmake-modules - REF v5.81.0 - SHA512 562e99f3368ec5c834dbcbfb055c06da3e3302ac8e03d5d71be9f2fc682bbb02836c009c41777a7f90e4d6d3a4b13412aea29fdba985588b7d59e2dc59c9beb2 + REF v5.84.0 + SHA512 d49397bcf0d49a95c86c9d9a4e653015ee8b3ef1261b2842439bba7ff3363ac06351fa2df4035c2cb36397d2fc64375a14966ada29f231df51ba26d8e196d6ef HEAD_REF master ) diff --git a/ports/ecm/vcpkg.json b/ports/ecm/vcpkg.json index ffa6b3f9a..3f081e37a 100644 --- a/ports/ecm/vcpkg.json +++ b/ports/ecm/vcpkg.json @@ -1,6 +1,6 @@ { "name": "ecm", - "version": "5.81.0", + "version": "5.84.0", "description": "Extra CMake Modules (ECM), extra modules and scripts for CMake", "homepage": "https://github.com/KDE/extra-cmake-modules" } |
