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