diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-22 20:23:13 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-22 20:23:13 +0000 |
commit | 4d7b7abdc01f1cc9e10ff2a155573774e1b4a60f (patch) | |
tree | 4391e6a14e66945cbcfeeb38b718b85aa7ce3d1f /user/syntax-highlighting | |
parent | d1057daae97057ef98cf6bfeb90426ce476631b0 (diff) | |
download | packages-4d7b7abdc01f1cc9e10ff2a155573774e1b4a60f.tar.gz packages-4d7b7abdc01f1cc9e10ff2a155573774e1b4a60f.tar.bz2 packages-4d7b7abdc01f1cc9e10ff2a155573774e1b4a60f.tar.xz packages-4d7b7abdc01f1cc9e10ff2a155573774e1b4a60f.zip |
user/[KDE Frameworks]: Bump to 5.66.0
Diffstat (limited to 'user/syntax-highlighting')
-rw-r--r-- | user/syntax-highlighting/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/syntax-highlighting/APKBUILD b/user/syntax-highlighting/APKBUILD index 4a3daea82..8e0ea3d26 100644 --- a/user/syntax-highlighting/APKBUILD +++ b/user/syntax-highlighting/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=syntax-highlighting -pkgver=5.65.0 +pkgver=5.66.0 pkgrel=0 pkgdesc="Framework for rendering programming code with formatting" url="https://www.kde.org/" @@ -39,4 +39,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="6d47024cc3851c11c9fa774fd2bca0ff8180e0a48e6b08b50e3cdb62d289d688b5736572253b96af62789181df906c9d0642ccdd4d06c545928a342c0d19e5fb syntax-highlighting-5.65.0.tar.xz" +sha512sums="7cc68e9eaa3b12f2a5a436115cdc05443640bf1ca1a92c7b66a168605fcafc0e19174a8b28ee0683932e0c097970439e9235a5d55c584ffe56e4cf71e77f2cce syntax-highlighting-5.66.0.tar.xz" |