mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
347 B
Plaintext
9 lines
347 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"
|
|
;;
|