homebrew-cask/Casks/shotcut.rb

13 lines
479 B
Ruby

cask 'shotcut' do
version '18.11.18'
sha256 'f4422d59879b61946871acc08d42011e77bb0683a8af2b6f3048df5a68c6e811'
# 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