diff options
author | John <me@johnnynator.dev> | 2024-12-25 22:03:01 +0000 |
---|---|---|
committer | John <me@johnnynator.dev> | 2024-12-27 14:31:06 +0000 |
commit | 8d6d91742a7185f343c509e4442e83c943353860 (patch) | |
tree | c8e6c3e6c07884c174231b5a54f7a8accebb14e3 /srcpkgs/kf6-syntax-highlighting/template | |
parent | c84ee3d144071ab48ea05224cf4c8ade9b36446f (diff) | |
download | void-packages-8d6d91742a7185f343c509e4442e83c943353860.tar void-packages-8d6d91742a7185f343c509e4442e83c943353860.tar.gz void-packages-8d6d91742a7185f343c509e4442e83c943353860.tar.bz2 void-packages-8d6d91742a7185f343c509e4442e83c943353860.tar.lz void-packages-8d6d91742a7185f343c509e4442e83c943353860.tar.xz void-packages-8d6d91742a7185f343c509e4442e83c943353860.tar.zst void-packages-8d6d91742a7185f343c509e4442e83c943353860.zip |
kf6-syntax-highlighting: update to 6.9.0.
Diffstat (limited to '')
-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 e226ded2eaf..431ca00c8af 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.8.0 +version=6.9.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=ed3c7d3d92c154d9af39a1aba39166b07e6411c18c3100116208f3a4423b1257 +checksum=d6fd07020ee57917517a1c03bdf36e661b083c8455c489cf94ad77a90ec29c70 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" kf6-syntax-highlighting-devel" |