mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
586 B
Bash
10 lines
586 B
Bash
yubikeymanagerqt)
|
|
# credit: Tadayuki Onishi (@kenchan0130)
|
|
name="YubiKey Manager GUI"
|
|
type="pkg"
|
|
downloadURL="https://developers.yubico.com/yubikey-manager-qt/Releases/$(curl -sfL https://api.github.com/repos/Yubico/yubikey-manager-qt/releases/latest | awk -F '"' '/"tag_name"/ { print $4 }')-mac.pkg"
|
|
#appNewVersion=$(curl -fs https://developers.yubico.com/yubikey-manager-qt/Releases/ | grep mac.pkg | head -1 | sed -E "s/.*-([0-9.]*)-mac.*/\1/") # does not work
|
|
appNewVersion=$(versionFromGit Yubico yubikey-manager-qt)
|
|
expectedTeamID="LQA3CS5MM7"
|
|
;;
|