homebrew-cask/Casks/shotcut.rb

13 lines
479 B
Ruby

cask 'shotcut' do
version '19.12.16'
sha256 '50bcebcc5259c10a71210a353a35f3797e8a444cc7c94fa335556eae215c2e7c'
# 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