nitrokey-app: update to 1.4.1

This commit is contained in:
Renato Aguiar 2020-07-17 16:52:08 -07:00 committed by Andrew J. Hesford
parent bf9020c4cd
commit f6e063b835

View file

@ -1,8 +1,7 @@
# Template file for 'nitrokey-app'
pkgname=nitrokey-app
version=1.4
version=1.4.1
revision=1
wrksrc="nitrokey-app-v${version}"
build_style=cmake
hostmakedepends="pkg-config"
makedepends="bash-completion cppcodec libnitrokey-devel qt5-devel qt5-tools-devel qt5-svg-devel"
@ -10,8 +9,8 @@ short_desc="Management application for Nitrokey tokens"
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
license="GPL-3.0-only"
homepage="https://github.com/Nitrokey/nitrokey-app"
distfiles="https://github.com/Nitrokey/nitrokey-app/releases/download/v${version}/nitrokey-app-v${version}.tar.gz"
checksum=4ad838be2ab523ecac087f2969a86f91dbeb0837015b087a42b07f7ef0ce18a2
distfiles="https://github.com/Nitrokey/nitrokey-app/archive/v${version}.tar.gz"
checksum=c7b39ab24a147277c2baace4c816b449567db15b4058ab75771be47d4666e162
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"