diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-05 17:42:01 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-05 17:42:01 +0000 |
commit | 034c3409eb02280caa95ef5f94b821a26e0232ea (patch) | |
tree | 8887bbc44a8e483a4377604d744936c5b3635382 /archivers/ark | |
parent | eaeb5f2320246a55a99bb50cf6491cd3fe5512e4 (diff) | |
download | freebsd-ports-034c3409eb02280caa95ef5f94b821a26e0232ea.zip |
Update KDE Apps to 20.08.3
Some of our projects release on their own timescale and some get released
en-masse. The 20.08.3 bundle of projects was released today with dozens of
bugfixes and will be available through app stores and distros soon. See the
20.08.3 releases page for details.
Some of the fixes in today’s releases:
* Gwenview no longer accidentally shows the thumbnail view as a separate window with newer Qt versions
* Sending SMS with KDEConnect has been restored
* Fixed a possible Okular crash when selecting text in annotations
Announcement:
https://kde.org/announcements/releases/2020-11-apps-update/
Changelog:
https://kde.org/announcements/fulllog_releases-20.08.3/
Diffstat (limited to 'archivers/ark')
-rw-r--r-- | archivers/ark/Makefile | 2 | ||||
-rw-r--r-- | archivers/ark/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index de0faff9f7e1..5cfbd2863a20 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -41,6 +41,6 @@ ZIP_LIB_DEPENDS= libzip.so:archivers/libzip ZIP_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_LibZip # Override shared library version -KDE_APPLICATIONS_SHLIB_VER=20.8.2 +KDE_APPLICATIONS_SHLIB_VER=20.8.3 .include <bsd.port.mk> diff --git a/archivers/ark/distinfo b/archivers/ark/distinfo index 4b17e76b05d0..7bdcec4fc497 100644 --- a/archivers/ark/distinfo +++ b/archivers/ark/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602011069 -SHA256 (KDE/release-service/20.08.2/ark-20.08.2.tar.xz) = ec061ac07687b5a3541af293e3bc2aa7bedcfe0ef38ba6e57e2704068a726ffc -SIZE (KDE/release-service/20.08.2/ark-20.08.2.tar.xz) = 2711160 +TIMESTAMP = 1604419861 +SHA256 (KDE/release-service/20.08.3/ark-20.08.3.tar.xz) = fedfb2fb9b9d5d7741e7166d2e13049d48a90501f22d046f9ae01469c5957c0e +SIZE (KDE/release-service/20.08.3/ark-20.08.3.tar.xz) = 2711708 |