Files
homebrew-cask/Casks/i/isubtitle.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

19 lines
550 B
Ruby

cask "isubtitle" do
version "3.4.6"
sha256 "41b7bdaa76d1658bea862822521678f3e8432dd5e941101c4ab045eec17c3ca8"
url "https://www.bitfield.se/isubtitle#{version.major}/download/iSubtitle_#{version}.zip"
name "iSubtitle"
desc "Inject subtitle tracks, chapter markers and metadata into your media"
homepage "https://www.bitfield.se/isubtitle/"
livecheck do
url "https://www.bitfield.se/isubtitle#{version.major}/changelog.xml"
strategy :sparkle, &:short_version
end
depends_on macos: ">= :catalina"
app "iSubtitle.app"
end