Files
homebrew-cask/Casks/v/vidcutter.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
418 B
Ruby

cask "vidcutter" do
version "6.0.5.1"
sha256 "8d1556887f0b203ebcb7b6e13a33389afad173a2c73dbc906b69ece034218f02"
url "https://github.com/ozmartian/vidcutter/releases/download/#{version}/VidCutter-#{version}-macOS.dmg"
name "VidCutter"
desc "Media cutter and joiner"
homepage "https://github.com/ozmartian/vidcutter"
livecheck do
url :url
strategy :github_latest
end
app "VidCutter.app"
end