cask "skype@preview" do version "8.133.76.202" sha256 "aa3e351fcf621bcf19412bd8fe37d4fee5f27f4d80d961fa944918b38348fbc4" url "https://endpoint920510.azureedge.net/s4l/s4l/download/mac/Skype-#{version}.dmg", verified: "endpoint920510.azureedge.net/s4l/s4l/download/mac/" name "Skype Preview" desc "Video chat, voice call and instant messaging application" homepage "https://www.skype.com/en/insider/" livecheck do url "https://get.skype.com/go/getskype-skypeformacinsider" strategy :header_match end auto_updates true conflicts_with cask: "skype" depends_on macos: ">= :high_sierra" app "Skype.app" zap trash: [ "~/Library/Application Support/Microsoft/Skype for Desktop", "~/Library/Caches/com.skype.s4l", "~/Library/Caches/com.skype.s4l.ShipIt", "~/Library/HTTPStorages/com.skype.s4l", "~/Library/Preferences/com.skype.s4l.plist", ] end