homebrew-cask/Casks/vidcutter.rb

13 lines
474 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-06-12 22:37:26 +08:00
appcast 'https://github.com/ozmartian/vidcutter/releases.atom'
2018-03-24 21:11:28 +08:00
name 'VidCutter'
homepage 'https://vidcutter.ozmartians.com/'
app 'VidCutter.app'
end