cask "insync" do version "3.8.7.50505" sha256 "31b4c5c1cb63548d7809a44f3496c7e02a1b23c032c6eb85c0705d2cf4b26b73" url "https://cdn.insynchq.com/builds/mac/Insync-#{version}.dmg" name "Insync" desc "Manage your Google Drive and OneDrive files" homepage "https://www.insynchq.com/" livecheck do url "https://cdn.insynchq.com/web/webflow/js/mac_download_links.js" regex(/Insync[._-]?v?(\d+(?:\.\d+)+)\.dmg/i) end no_autobump! because: :requires_manual_review auto_updates true app "Insync.app" zap trash: [ "/Library/LaunchDaemons/com.insynchq.insync.daemon.plist", "~/Library/Application Scripts/com.insynchq.insync", "~/Library/Application Scripts/com.insynchq.Insync.Insync-Finder-Integration", "~/Library/Application Support/Insync", "~/Library/Caches/com.insynchq.insync", "~/Library/Containers/com.insynchq.Insync.Insync-Finder-Integration", "~/Library/Group Containers/com.insynchq.insync", "~/Library/Saved Application State/com.insynchq.insync.savedState", "~/Library/WebKit/com.insynchq.insync", ] end