homebrew-cask/Casks/shotcut.rb

15 lines
578 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'shotcut' do
2015-12-21 02:48:53 +08:00
version '15.12.02'
sha256 'bcfc2355debb8082839d79f51c9722b9217f88e513320462b6a2298163b84a17'
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(%r{\.\d+$}, '')}/shotcut-osx-x86_64-#{version.delete('.')}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/mltframework/shotcut/releases.atom',
:sha256 => '7ef5b81d62a781a2ef1b4e9059ad88b693a100ebeb8bf216abfdddbd2caeb5e8'
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