diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-11-11 20:32:08 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 18:01:15 -0300 |
commit | a93bb358b781b0829426a919beed60c9a6bc392b (patch) | |
tree | 7154341f1519b6a39a32058c1d4844c213df19e2 /community/syntax-highlighting | |
parent | ccb4ac406c5ab990ec55d7e9b0008f6b736b4da7 (diff) | |
download | aports-a93bb358b781b0829426a919beed60c9a6bc392b.tar.bz2 aports-a93bb358b781b0829426a919beed60c9a6bc392b.tar.xz |
community/kde-frameworks: upgrade to 5.64.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 de075306e7..6263ff1f34 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.63.0 +pkgver=5.64.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="e696c5e7f1dac0bd088fd0b4140fd531e027c185b49b663f3e1e7296a36b31425d4d65f126ee99aa6a42c2c12cc660ccbf0e120ea08960c926a72f7c6b772d26 syntax-highlighting-5.63.0.tar.xz" +sha512sums="3310651de68409190a203eae1e05bfad1742b656ad66a0f6e49eae9ac00e896300d10780675ca0687982c6dee2fafa5880955c86c67e8149637c8fa52842d4c7 syntax-highlighting-5.64.0.tar.xz" |