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}
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
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"