summaryrefslogtreecommitdiff
path: root/user/syntax-highlighting
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-15 18:39:03 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-15 18:39:03 -0500
commitd60c6bff58083816a84e2bd188eb4001f18a2ab8 (patch)
tree5919eddb83eaf1eef31e3f0708b19f048edb87c2 /user/syntax-highlighting
parentfcae0de23fe6cddd1b794b1620bdcd44fa415dff (diff)
downloadpackages-d60c6bff58083816a84e2bd188eb4001f18a2ab8.tar.gz
packages-d60c6bff58083816a84e2bd188eb4001f18a2ab8.tar.bz2
packages-d60c6bff58083816a84e2bd188eb4001f18a2ab8.tar.xz
packages-d60c6bff58083816a84e2bd188eb4001f18a2ab8.zip
user/[KF5]: sec bump to 5.48.0
Diffstat (limited to 'user/syntax-highlighting')
-rw-r--r--user/syntax-highlighting/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/syntax-highlighting/APKBUILD b/user/syntax-highlighting/APKBUILD
index b3a0678d3..08a7a9ad5 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.47.0
+pkgver=5.48.0
pkgrel=0
pkgdesc="Framework for rendering programming code with formatting"
url="https://www.kde.org/"
@@ -13,7 +13,7 @@ makedepends="$depends_dev cmake extra-cmake-modules qt5-qttools-dev perl
doxygen graphviz"
checkdepends="qt5-qtxmlpatterns-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-source="http://download.kde.org/stable/frameworks/${pkgver%.*}/syntax-highlighting-$pkgver.tar.xz"
+source="https://download.kde.org/stable/frameworks/${pkgver%.*}/syntax-highlighting-$pkgver.tar.xz"
build() {
cd "$builddir"
@@ -42,4 +42,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="64e3711fec589e17301fced98f91fb018ccf5efdaaf55e3bdcdc8602b3dfd1686cd09856f206dc069bbe42a3c998f27c398ea3da8719e2c36638d14c29537c5a syntax-highlighting-5.47.0.tar.xz"
+sha512sums="79eaba8a3211d8eb12f6eabc07875cd88ec20486a892fdf8a9bbd5ee0b4d1e1c0ef1929ec9a48e1070ab5f33ac36d69757321f3012ebc14fa50543f2fce08f7e syntax-highlighting-5.48.0.tar.xz"