diff --git a/fragments/labels/tailscale.sh b/fragments/labels/tailscale.sh new file mode 100644 index 0000000..02852f5 --- /dev/null +++ b/fragments/labels/tailscale.sh @@ -0,0 +1,8 @@ +tailscale) + name="Tailscale" + type="zip" + appNewVersion="$(curl -s https://pkgs.tailscale.com/stable/ | awk -F- '/Tailscale.*macos.zip/ {print $2}')" + downloadURL="https://pkgs.tailscale.com/stable/Tailscale-${appNewVersion}-macos.zip" + expectedTeamID="W5364U7YZB" + versionKey="CFBundleShortVersionString" + ;;