Files
homebrew-cask/Casks/f/flixtools.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

17 lines
329 B
Ruby

cask "flixtools" do
version "3.3.1.3.667"
sha256 :no_check
url "https://www.flixtools.com/download/FlixTools.dmg"
name "OpenSubtitles FlixTools Lite"
desc "Downloads subtitles for movies"
homepage "https://www.flixtools.com/"
livecheck do
url :url
strategy :extract_plist
end
app "FlixTools.app"
end