From 92fcd4c83b1e714a518bd33052b206684deaf2df Mon Sep 17 00:00:00 2001 From: Ati Sharma Date: Thu, 23 Feb 2023 15:54:40 +0000 Subject: [PATCH] libnitrokey: update to 3.8. --- srcpkgs/libnitrokey/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libnitrokey/template b/srcpkgs/libnitrokey/template index 16860572431d..907c2ad0ced2 100644 --- a/srcpkgs/libnitrokey/template +++ b/srcpkgs/libnitrokey/template @@ -1,16 +1,16 @@ # Template file for 'libnitrokey' pkgname=libnitrokey -version=3.5 +version=3.8 revision=1 build_style=cmake hostmakedepends="pkg-config" makedepends="hidapi-devel" short_desc="Communicate with Nitrokey devices in a clean and easy manner" maintainer="Julio Galvan " -license="LGPL-3.0" +license="LGPL-3.0-only" homepage="https://github.com/Nitrokey/libnitrokey" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=d836f2f20c5b24088542da445893ef0a04834dca7dd8eef020e793de0601bb5a +distfiles="https://github.com/Nitrokey/libnitrokey/archive/v${version}.tar.gz" +checksum=ef8239a4ec651339064a505e195f810596a007b84a12445c5ddf86aa1ecea633 libnitrokey-devel_package() { short_desc+=" - development files"