homebrew-cask/Casks/shotcut.rb

14 lines
496 B
Ruby
Raw Normal View History

2014-11-14 01:26:55 +08:00
cask :v1 => 'shotcut' do
2015-07-10 04:19:51 +08:00
version '15.07.02'
sha256 'a5176318299e88e325cbece37403e3d3f4057808f2861962137f4e6d0de11705'
2015-01-18 11:22:47 +08:00
# 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"
2015-03-15 19:54:57 +08:00
appcast 'https://github.com/mltframework/shotcut/releases.atom'
2015-04-28 02:01:52 +08:00
name 'Shotcut'
homepage 'http://www.shotcut.org/'
license :gpl
2014-09-16 00:06:18 +08:00
app 'Shotcut.app'
2013-09-19 00:47:45 +08:00
end