diff options
author | Vladislav 'fsLeg' Borisov <fsleg@t-rg.ws> | 2025-03-27 22:01:28 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-28 10:15:20 +0700 |
commit | 0735e737ddf1caed0cbd9aef9f07cf29be6fd2ac (patch) | |
tree | 7e46ac23786cc7a69b69d4d7a85a0dcbae0577e9 | |
parent | 8f3239e7a17654533d0785482fa5e948b56afdec (diff) |
misc/yubioath-desktop: Updated for version 7.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | misc/yubioath-desktop/yubioath-desktop.SlackBuild | 6 | ||||
-rw-r--r-- | misc/yubioath-desktop/yubioath-desktop.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/yubioath-desktop/yubioath-desktop.SlackBuild b/misc/yubioath-desktop/yubioath-desktop.SlackBuild index f0aa3893ed..070fd6ad21 100644 --- a/misc/yubioath-desktop/yubioath-desktop.SlackBuild +++ b/misc/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/misc/yubioath-desktop/yubioath-desktop.info b/misc/yubioath-desktop/yubioath-desktop.info index 7ddb2fbc20..0dd41980bb 100644 --- a/misc/yubioath-desktop/yubioath-desktop.info +++ b/misc/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" |