diff options
Diffstat (limited to 'community/syntax-highlighting/APKBUILD')
-rw-r--r-- | community/syntax-highlighting/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/syntax-highlighting/APKBUILD b/community/syntax-highlighting/APKBUILD index 499f931708..499d071ed1 100644 --- a/community/syntax-highlighting/APKBUILD +++ b/community/syntax-highlighting/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=syntax-highlighting -pkgver=5.67.0 -pkgrel=1 +pkgver=5.68.0 +pkgrel=0 pkgdesc="Syntax highlighting engine for structured text and code" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -37,4 +37,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="a14cabfe29da936668dff441334dada4a12b98d6bed9cca991bcb8f80529b681fe8c49d5ee14081ab8410b5d82bc411d9b03baa340c8f5fef245dab8767913a7 syntax-highlighting-5.67.0.tar.xz" +sha512sums="ffb4b1e57bd912ed76c93b8ea074af3fd8343cd094a584647bef42870366cd089c6ba2070670a57e4997ba6ac122775af5066d5bae4891f3533e4b7bfecf1fee syntax-highlighting-5.68.0.tar.xz" |