mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 21:02:46 +00:00
@@ -220,6 +220,7 @@ openvpnconnect
|
||||
openvpnconnectv3
|
||||
opera
|
||||
pacifist
|
||||
pandoc
|
||||
parsec
|
||||
pdfsam
|
||||
perimeter81
|
||||
@@ -302,6 +303,7 @@ torbrowser
|
||||
trex
|
||||
tunnelbear
|
||||
tunnelblick
|
||||
typora
|
||||
umbrellaroamingclient
|
||||
uniconverter
|
||||
universaltypeclient
|
||||
|
||||
9
fragments/labels/pandoc.sh
Normal file
9
fragments/labels/pandoc.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
pandoc)
|
||||
name="Pandoc"
|
||||
type="pkg"
|
||||
packageID="net.johnmacfarlane.pandoc"
|
||||
downloadURL=$(downloadURLFromGit jgm pandoc )
|
||||
appNewVersion=$(versionFromGit jgm pandoc )
|
||||
archiveName="mac.pkg"
|
||||
expectedTeamID="5U2WKE6DES"
|
||||
;;
|
||||
7
fragments/labels/typora.sh
Normal file
7
fragments/labels/typora.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
typora)
|
||||
name="Typora"
|
||||
type="dmg"
|
||||
downloadURL="https://www.typora.io/download/Typora.dmg"
|
||||
appNewVersion="$(curl -fs "https://www.typora.io/dev_release.html" | grep -o -i "h4>[0-9.]*</h4" | head -1 | sed -E 's/.*h4>([0-9.]*)<\/h4.*/\1/')"
|
||||
expectedTeamID="9HWK5273G4"
|
||||
;;
|
||||
Reference in New Issue
Block a user