Added Keybase

This commit is contained in:
Fleish
2021-09-17 10:14:44 -07:00
parent a4e4c38423
commit 66b4769369
3 changed files with 15 additions and 0 deletions

View File

@@ -2006,6 +2006,13 @@ keka)
appNewVersion=$(versionFromGit aonez Keka)
expectedTeamID="4FG648TM2A"
;;
keybase)
# credit: Todd Fleisher (@fleish)
name="Keybase"
type="dmg"
downloadURL=$(curl -s https://keybase.io/docs/the_app/install_macos | grep data-target | awk -F\= '{print $2}' | tr -d \")
expectedTeamID="99229SGT5K"
;;
keyboardmaestro)
# credit: Søren Theilgaard (@theilgaard)
name="Keyboard Maestro"

View File

@@ -146,6 +146,7 @@ jetbrainstoolbox
karabinerelements
keepassxc
keka
keybase
keyboardmaestro
klokki
knockknock

View File

@@ -0,0 +1,7 @@
keybase)
# credit: Todd Fleisher (@fleish)
name="Keybase"
type="dmg"
downloadURL=$(curl -s https://keybase.io/docs/the_app/install_macos | grep data-target | awk -F\= '{print $2}' | tr -d \")
expectedTeamID="99229SGT5K"
;;