added R, closes #44

This commit is contained in:
Armin Briegel
2020-07-22 17:41:53 +02:00
parent 54218459a2
commit 8c96d9e263

View File

@@ -749,11 +749,19 @@ nomad)
expectedTeamID="AAPZK3CB24"
;;
bettertouchtool)
# credit: Tadayuki Onishi (@kenchan0130)
name="BetterTouchTool"
type="zip"
downloadURL="https://folivora.ai/releases/BetterTouchTool.zip"
expectedTeamID="DAFVSXZ82P"
;;
r)
# credit: Tadayuki Onishi (@kenchan0130)
name="R"
type="pkg"
downloadURL=$( curl -fsL https://formulae.brew.sh/api/cask/r.json | sed -n 's/^.*"url":"\([^"]*\)".*$/\1/p' )
expectedTeamID="VZLD955F6P"
;;
# MARK: add new labels above here