diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-02-09 13:45:07 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-02-10 22:29:43 +0100 |
commit | 68c9527ce0d648d32111edf89ff1917973603569 (patch) | |
tree | d52a463e2d7b3e78a8658af2db718df64cf08cf4 /community/syntax-highlighting | |
parent | 26e8c5a191be2edaecfc1dd247bb49923e0874b6 (diff) | |
download | aports-68c9527ce0d648d32111edf89ff1917973603569.tar.bz2 aports-68c9527ce0d648d32111edf89ff1917973603569.tar.xz |
community/kde-frameworks: upgrade to 5.67.0
Diffstat (limited to 'community/syntax-highlighting')
-rw-r--r-- | community/syntax-highlighting/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/syntax-highlighting/APKBUILD b/community/syntax-highlighting/APKBUILD index 6ebbcc35e9..317795a954 100644 --- a/community/syntax-highlighting/APKBUILD +++ b/community/syntax-highlighting/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=syntax-highlighting -pkgver=5.66.0 +pkgver=5.67.0 pkgrel=0 pkgdesc="Syntax highlighting engine for structured text and code" arch="all !armhf" # armhf blocked by extra-cmake-modules @@ -37,4 +37,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="7cc68e9eaa3b12f2a5a436115cdc05443640bf1ca1a92c7b66a168605fcafc0e19174a8b28ee0683932e0c097970439e9235a5d55c584ffe56e4cf71e77f2cce syntax-highlighting-5.66.0.tar.xz" +sha512sums="a14cabfe29da936668dff441334dada4a12b98d6bed9cca991bcb8f80529b681fe8c49d5ee14081ab8410b5d82bc411d9b03baa340c8f5fef245dab8767913a7 syntax-highlighting-5.67.0.tar.xz" |