diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-12-14 20:59:34 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-16 22:31:13 +0100 |
commit | 02a267dc7c84ff8b8a3b2c5cfe82055d5237bd40 (patch) | |
tree | c2ca92796a5c3ef9f6a6877edd1514c20393a870 /community/syntax-highlighting | |
parent | bd5c4358f87e54910c40c9e40a4d3b9dd1c92d0e (diff) | |
download | aports-02a267dc7c84ff8b8a3b2c5cfe82055d5237bd40.tar.bz2 aports-02a267dc7c84ff8b8a3b2c5cfe82055d5237bd40.tar.xz |
community/kde-frameworks: upgrade to 5.65
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 6263ff1f34..4d55950c8b 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.64.0 +pkgver=5.65.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="3310651de68409190a203eae1e05bfad1742b656ad66a0f6e49eae9ac00e896300d10780675ca0687982c6dee2fafa5880955c86c67e8149637c8fa52842d4c7 syntax-highlighting-5.64.0.tar.xz" +sha512sums="6d47024cc3851c11c9fa774fd2bca0ff8180e0a48e6b08b50e3cdb62d289d688b5736572253b96af62789181df906c9d0642ccdd4d06c545928a342c0d19e5fb syntax-highlighting-5.65.0.tar.xz" |