From: fsLeg Date: Thu, 27 Mar 2025 18:57:53 +0000 (+0300) Subject: yubioath-desktop: updated to version 7.2.0 X-Git-Url: https://git.t-rg.ws/?a=commitdiff_plain;p=slackbuilds.git yubioath-desktop: updated to version 7.2.0 --- diff --git a/yubioath-desktop/yubioath-desktop.SlackBuild b/yubioath-desktop/yubioath-desktop.SlackBuild index a215e5d..7f2566b 100644 --- a/yubioath-desktop/yubioath-desktop.SlackBuild +++ b/yubioath-desktop/yubioath-desktop.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=yubioath-desktop TARNAM=yubico-authenticator -VERSION=${VERSION:-7.1.1} +VERSION=${VERSION:-7.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -75,8 +75,8 @@ mkdir -p $PKG/opt/$PRGNAM cp -aR data/ helper/ lib/ linux_support/ authenticator $PKG/opt/$PRGNAM/ mkdir -p $PKG/usr/share/applications sed -e "s|@EXEC_PATH|/opt/${PRGNAM}|g" \ - < linux_support/com.yubico.authenticator.desktop \ - > $PKG/usr/share/applications/com.yubico.authenticator.desktop + < linux_support/com.yubico.yubioath.desktop \ + > $PKG/usr/share/applications/com.yubico.yubioath.desktop mkdir -p $PKG/usr/bin cat << EOF > $PKG/usr/bin/authenticator #!/bin/sh diff --git a/yubioath-desktop/yubioath-desktop.info b/yubioath-desktop/yubioath-desktop.info index 7ddb2fb..0dd4198 100644 --- a/yubioath-desktop/yubioath-desktop.info +++ b/yubioath-desktop/yubioath-desktop.info @@ -1,10 +1,10 @@ PRGNAM="yubioath-desktop" -VERSION="7.1.1" +VERSION="7.2.0" HOMEPAGE="https://www.yubico.com/products/yubico-authenticator/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://developers.yubico.com/yubioath-flutter/Releases/yubico-authenticator-7.1.1-linux.tar.gz" -MD5SUM_x86_64="b4145a3de3fd3c34746c220e9c31ad28" +DOWNLOAD_x86_64="https://developers.yubico.com/yubioath-flutter/Releases/yubico-authenticator-7.2.0-linux.tar.gz" +MD5SUM_x86_64="d03b4b410873c4b16754978a4dc69107" REQUIRES="pcsc-lite ccid" MAINTAINER="Vladislav 'fsLeg' Borisov" EMAIL="fsleg@t-rg.ws"