homebrew-cask/Casks/shotcut.rb

14 lines
496 B
Ruby

cask :v1 => 'shotcut' do
version '15.07.02'
sha256 'a5176318299e88e325cbece37403e3d3f4057808f2861962137f4e6d0de11705'
# github.com is the official download host per the vendor homepage
url "https://github.com/mltframework/shotcut/releases/download/v#{version.sub(/\.\d+$/, '')}/shotcut-osx-x86_64-#{version.gsub('.', '')}.dmg"
appcast 'https://github.com/mltframework/shotcut/releases.atom'
name 'Shotcut'
homepage 'http://www.shotcut.org/'
license :gpl
app 'Shotcut.app'
end