homebrew-cask/Casks/shotcut.rb

10 lines
328 B
Ruby
Raw Normal View History

2013-09-19 00:47:45 +08:00
class Shotcut < Cask
2014-09-08 02:03:19 +08:00
version '14.09.03'
sha256 'ec84451780f180f058730128066a349e62ee5dc30a58d94114ac95f6ff83be90'
2014-07-17 06:19:39 +08:00
url "https://github.com/mltframework/shotcut/releases/download/v#{version.gsub(/\.\d{2}$/, '')}/shotcut-osx-x86_64-#{version.gsub('.', '')}.dmg"
homepage 'http://www.shotcut.org/'
2014-09-16 00:06:18 +08:00
app 'Shotcut.app'
2013-09-19 00:47:45 +08:00
end