diff --git a/fragments/labels/filezilla.sh b/fragments/labels/filezilla.sh new file mode 100755 index 0000000..858c794 --- /dev/null +++ b/fragments/labels/filezilla.sh @@ -0,0 +1,10 @@ +filezilla) + name="FileZilla" + type="tbz" + packageID="org.filezilla-project.filezilla" + downloadURL=$(curl -fs https://filezilla-project.org/download.php\?show_all=1 | grep macosx | head -n 1 | awk -F '"' '{print $2}' ) + appNewVersion=$( curl -fs https://filezilla-project.org/download.php\?show_all=1 | grep macosx | head -n 1 | awk -F '_' '{print $2}' ) + expectedTeamID="5VPGKXL75N" + blockingProcesses=( NONE ) + ;; +