mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Update xink.sh
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
xink)
|
||||
name="Xink"
|
||||
type="zip"
|
||||
downloadURL="https://downloads.xink.io/macos/client"
|
||||
#appNewVersion=$() # Cannot find version history or release notes on home page
|
||||
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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user