From 046a1b5e611f7d25efc7bbc235e92595d825e1d7 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..da0c2c49137c 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/releases/download/v${version}/libnitrokey-v${version}.tar.gz" +checksum=3b7ebcfc47b2c45313bc5f17842f0160cbaf87f41d2621af18c5b56837e393a1 libnitrokey-devel_package() { short_desc+=" - development files"