mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-01 06:13:13 +01:00
@@ -220,6 +220,7 @@ openvpnconnect
|
|||||||
openvpnconnectv3
|
openvpnconnectv3
|
||||||
opera
|
opera
|
||||||
pacifist
|
pacifist
|
||||||
|
pandoc
|
||||||
parsec
|
parsec
|
||||||
pdfsam
|
pdfsam
|
||||||
perimeter81
|
perimeter81
|
||||||
@@ -302,6 +303,7 @@ torbrowser
|
|||||||
trex
|
trex
|
||||||
tunnelbear
|
tunnelbear
|
||||||
tunnelblick
|
tunnelblick
|
||||||
|
typora
|
||||||
umbrellaroamingclient
|
umbrellaroamingclient
|
||||||
uniconverter
|
uniconverter
|
||||||
universaltypeclient
|
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