mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/yubikey-personalization-gui: Updated for version 3.1.25.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4eeb01d5c5
commit
7590f1e524
3 changed files with 5 additions and 10 deletions
|
@ -2,8 +2,3 @@ if [ -x /usr/bin/update-desktop-database ]; then
|
|||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for yubikey-personalization-gui
|
||||
|
||||
# Copyright 2016 T3slider <t3slider@gmail.com>
|
||||
# Copyright 2018 T3slider <t3slider@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=yubikey-personalization-gui
|
||||
VERSION=${VERSION:-3.1.24}
|
||||
VERSION=${VERSION:-3.1.25}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yubikey-personalization-gui"
|
||||
VERSION="3.1.24"
|
||||
VERSION="3.1.25"
|
||||
HOMEPAGE="https://developers.yubico.com/yubikey-personalization-gui/"
|
||||
DOWNLOAD="https://developers.yubico.com/yubikey-personalization-gui/releases/yubikey-personalization-gui-3.1.24.tar.gz"
|
||||
MD5SUM="79fcb86f6a95d945811746d5e52b6042"
|
||||
DOWNLOAD="https://developers.yubico.com/yubikey-personalization-gui/releases/yubikey-personalization-gui-3.1.25.tar.gz"
|
||||
MD5SUM="33f4312281ada355c62f7232b57ad0b3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ykpers"
|
||||
|
|
Loading…
Reference in a new issue