mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-22 13:20:51 +00:00
10 lines
348 B
Plaintext
10 lines
348 B
Plaintext
|
|
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"
|
|
;;
|