diff options
Diffstat (limited to 'user/syntax-highlighting/APKBUILD')
-rw-r--r-- | user/syntax-highlighting/APKBUILD | 6 |
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" |