diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-01-11 21:39:15 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-13 14:36:34 +0100 |
commit | 638d7ed24b00fb6461ecd60397c1032d9ae307a2 (patch) | |
tree | df391febae1b8dd3a2fec7809c9172ff78a31ed2 /community/syntax-highlighting | |
parent | 1f54ed613615715e5c988487244d7a3f1e787467 (diff) | |
download | aports-638d7ed24b00fb6461ecd60397c1032d9ae307a2.tar.bz2 aports-638d7ed24b00fb6461ecd60397c1032d9ae307a2.tar.xz |
community/kde-frameworks: upgrade to 5.66
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 4d55950c8b..b04573d6f2 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.65.0 +pkgver=5.66.0 pkgrel=0 pkgdesc="Syntax highlighting engine for structured text and code" arch="all" @@ -37,4 +37,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="6d47024cc3851c11c9fa774fd2bca0ff8180e0a48e6b08b50e3cdb62d289d688b5736572253b96af62789181df906c9d0642ccdd4d06c545928a342c0d19e5fb syntax-highlighting-5.65.0.tar.xz" +sha512sums="7cc68e9eaa3b12f2a5a436115cdc05443640bf1ca1a92c7b66a168605fcafc0e19174a8b28ee0683932e0c097970439e9235a5d55c584ffe56e4cf71e77f2cce syntax-highlighting-5.66.0.tar.xz" |