qt6-networkauth: update to 6.1.1.

This commit is contained in:
John 2021-06-07 17:53:37 +02:00 committed by John Zimmermann
parent 4c2a41522f
commit 56af58380f

View file

@ -1,6 +1,6 @@
# Template file for 'qt6-networkauth'
pkgname=qt6-networkauth
version=6.1.0
version=6.1.1
revision=1
wrksrc="qtnetworkauth-everywhere-src-${version}"
build_style=cmake
@ -12,7 +12,11 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-only"
homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtnetworkauth-everywhere-src-${version}.tar.xz"
checksum=bae8a941e4b635a364bdc65ea814adfe75b20b06fce0888612f72fc1e81ebdd3
checksum=4e1b7f6584fe21e8a04ee6d9c5761e5858587e8bab01a522ee53f82dfd1efdd7
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DQT_BUILD_TESTS=ON"
fi
qt6-networkauth-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"