mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
343 B
Bash
9 lines
343 B
Bash
xink)
|
|
name="Xink"
|
|
type="pkg"
|
|
packageID="com.emailsignature.Xink"
|
|
downloadURL="https://downloads.xink.io/macos/pkg"
|
|
appNewVersion=$(curl -fs "https://downloads.xink.io/macos/appcast" | xpath '(//rss/channel/item/enclosure/@sparkle:version)[1]' 2>/dev/null | head -1 | cut -d '"' -f 2)
|
|
expectedTeamID="F287823HVS"
|
|
;;
|