homebrew-cask/Casks/vidcutter.rb

14 lines
564 B
Ruby
Raw Normal View History

2018-03-24 21:11:28 +08:00
cask 'vidcutter' do
version '5.5.0'
sha256 '66ec76e878ccf70a7ebadda94f4b599426201cc3b30b52c42d84c4a7142e6f1b'
# github.com/ozmartian/vidcutter was verified as official when first introduced to the cask
2018-03-24 21:18:25 +08:00
url "https://github.com/ozmartian/vidcutter/releases/download/#{version}/VidCutter-#{version}-macOS.dmg"
2018-03-24 21:11:28 +08:00
appcast 'https://github.com/ozmartian/vidcutter/releases.atom',
checkpoint: '76cd38a8f0820106c0cb92f17292a7b3bb78dadb5736bb84b9a3b98edab8ea8c'
name 'VidCutter'
homepage 'https://vidcutter.ozmartians.com/'
app 'VidCutter.app'
end