diff options
author | John <me@johnnynator.dev> | 2025-01-09 15:29:18 +0000 |
---|---|---|
committer | John <me@johnnynator.dev> | 2025-01-10 20:55:44 +0000 |
commit | 0de9768c9b859626f7d9417da2747904ba7e03be (patch) | |
tree | 34286d2b897695c6b1226c56894682d10f20c1de | |
parent | cb157f75f9e149908428f96542c8bbb52fd63f1f (diff) | |
download | void-packages-0de9768c9b859626f7d9417da2747904ba7e03be.tar void-packages-0de9768c9b859626f7d9417da2747904ba7e03be.tar.gz void-packages-0de9768c9b859626f7d9417da2747904ba7e03be.tar.bz2 void-packages-0de9768c9b859626f7d9417da2747904ba7e03be.tar.lz void-packages-0de9768c9b859626f7d9417da2747904ba7e03be.tar.xz void-packages-0de9768c9b859626f7d9417da2747904ba7e03be.tar.zst void-packages-0de9768c9b859626f7d9417da2747904ba7e03be.zip |
kf6-syntax-highlighting: update to 6.10.0.
-rw-r--r-- | srcpkgs/kf6-syntax-highlighting/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/kf6-syntax-highlighting/template b/srcpkgs/kf6-syntax-highlighting/template index 431ca00c8af..3f4216a81b3 100644 --- a/srcpkgs/kf6-syntax-highlighting/template +++ b/srcpkgs/kf6-syntax-highlighting/template @@ -1,6 +1,6 @@ # Template file for 'kf6-syntax-highlighting' pkgname=kf6-syntax-highlighting -version=6.9.0 +version=6.10.0 revision=1 build_style=cmake configure_args=" @@ -15,7 +15,7 @@ maintainer="John <me@johnnynator.dev>" license="LGPL-2.1-or-later" homepage="https://invent.kde.org/frameworks/syntax-highlighting" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" -checksum=d6fd07020ee57917517a1c03bdf36e661b083c8455c489cf94ad77a90ec29c70 +checksum=b5b5e343ff27bc5c95be0051d5606dfcb3295f835830e7fc6dac8d2863891699 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" kf6-syntax-highlighting-devel" |