]> git.t-rg.ws Git - slackbuilds.git/commitdiff
yubioath-desktop: updated to version 7.2.0 master
authorfsLeg <fsleg@t-rg.ws>
Thu, 27 Mar 2025 18:57:53 +0000 (21:57 +0300)
committerfsLeg <fsleg@t-rg.ws>
Thu, 27 Mar 2025 18:57:53 +0000 (21:57 +0300)
yubioath-desktop/yubioath-desktop.SlackBuild
yubioath-desktop/yubioath-desktop.info

index a215e5d75ad10d6be4d6ef4f46bb3470fc65549d..7f2566ba0ff5d293123bebcada570260099e1573 100644 (file)
@@ -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
index 7ddb2fbc20435b4a9de8b0220cefd452fe4fcc68..0dd41980bb0e54b46933b269cd5b97de69ed5058 100644 (file)
@@ -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"