homebrew-cask/Casks/vidcutter.rb

13 lines
474 B
Ruby

cask 'vidcutter' do
version '5.5.0'
sha256 '66ec76e878ccf70a7ebadda94f4b599426201cc3b30b52c42d84c4a7142e6f1b'
# github.com/ozmartian/vidcutter was verified as official when first introduced to the cask
url "https://github.com/ozmartian/vidcutter/releases/download/#{version}/VidCutter-#{version}-macOS.dmg"
appcast 'https://github.com/ozmartian/vidcutter/releases.atom'
name 'VidCutter'
homepage 'https://vidcutter.ozmartians.com/'
app 'VidCutter.app'
end