homebrew-cask/Casks/shotcut.rb

15 lines
566 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'shotcut' do
2016-01-12 01:09:08 +08:00
version '16.01.02'
sha256 '9e6d4bf368e6af7d3a8961dbdc74789818692cd089806bff84f42ce4c2035cde'
2015-01-18 11:22:47 +08:00
# github.com is the official download host per the vendor homepage
2016-01-12 01:09:08 +08:00
url "https://github.com/mltframework/shotcut/releases/download/v#{version.major_minor}/shotcut-osx-x86_64-#{version.no_dots}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/mltframework/shotcut/releases.atom',
2016-01-12 01:09:08 +08:00
:sha256 => '772560f30bed2d8abc85288ca13cb882b6fe9f9010816488e836a213ac68faae'
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