mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 21:02:46 +00:00
9 lines
347 B
Bash
9 lines
347 B
Bash
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' )
|
|
appNewVersion=$(curl -fsL https://formulae.brew.sh/api/cask/r.json | sed -n 's/^.*"version":"\([^"]*\)".*$/\1/p')
|
|
expectedTeamID="VZLD955F6P"
|
|
;;
|