mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-01 14:23:06 +01:00
changed fragments to .sh extension
This commit is contained in:
8
fragments/labels/r.sh
Normal file
8
fragments/labels/r.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
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"
|
||||
;;
|
||||
Reference in New Issue
Block a user