homebrew-cask/Casks/shotcut.rb

13 lines
479 B
Ruby

cask 'shotcut' do
version '19.02.28'
sha256 '74566107072262c7fac75708da0d236b6846ca244dc960bedaf766a1c2304c16'
# github.com/mltframework/shotcut was verified as official when first introduced to the cask
url "https://github.com/mltframework/shotcut/releases/download/v#{version}/shotcut-macos-signed-#{version.no_dots}.dmg"
appcast 'https://github.com/mltframework/shotcut/releases.atom'
name 'Shotcut'
homepage 'https://www.shotcut.org/'
app 'Shotcut.app'
end