homebrew-cask/Casks/vidcutter.rb

13 lines
489 B
Ruby

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