Files
homebrew-cask/Casks/w/waltr-pro.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

28 lines
791 B
Ruby

cask "waltr-pro" do
version "4.0.115"
sha256 "2a00e1e446af764a0080fb94fddbeac48775a8be412c3d4b33b4efbf27fcc3c7"
url "https://ushining.softorino.com/shine_uploads/waltrpromac_#{version}.dmg"
name "WALTR PRO"
desc "Media conversion and direct transfer tool for Apple devices"
homepage "https://softorino.com/waltr/"
livecheck do
url "https://ushining.softorino.com/appcast.php?abbr=wpm"
strategy :sparkle
end
auto_updates true
app "WALTR PRO.app"
zap trash: [
"~/Library/Application Support/WALTR PRO",
"~/Library/Caches/com.softorino.waltrpro",
"~/Library/Logs/WALTR PRO",
"~/Library/Preferences/com.softorino.waltrpro.plist",
"~/Library/Saved Application State/com.softorino.waltrpro.savedState",
"/Users/Shared/WALTR PRO",
]
end