cask "waltr" do version "2.6.27" sha256 "5b1ca23244d060c6ca941f96ca78e91fbff5cde34cdf5d9879468fee6e2929f3" url "https://shining.softorino.com/shine_uploads/waltr#{version.major}mac_#{version}.dmg" name "WALTR" desc "Media direct transfer tool for Apple devices" homepage "https://softorino.com/legacy/waltr" livecheck do url "https://shining.softorino.com/appcast.php?abbr=w#{version.major}m" strategy :sparkle end no_autobump! because: :requires_manual_review auto_updates true app "Waltr #{version.major}.app" zap trash: [ "/Users/Shared/Waltr #{version.major}", "/Users/Shared/Waltr", "~/Library/Application Support/Waltr #{version.major}", "~/Library/Application Support/Waltr", "~/Library/Preferences/com.softorino.waltr#{version.major}.plist", ] caveats do requires_rosetta end end