homebrew-cask/Casks/shotcut.rb

15 lines
594 B
Ruby

cask 'shotcut' do
version '16.07.01'
sha256 'ddcaeb29cf8c951842d5be1ec2237b3210eb23031f344213d006acaed491be2e'
# github.com/mltframework/shotcut was verified as official when first introduced to the cask
url "https://github.com/mltframework/shotcut/releases/download/v#{version.major_minor}/shotcut-osx-x86_64-#{version.no_dots}.dmg"
appcast 'https://github.com/mltframework/shotcut/releases.atom',
checkpoint: 'f9f9af0f09c04af5857e334f90c27f71dea99141723966608166f0b92e7c1522'
name 'Shotcut'
homepage 'https://www.shotcut.org/'
license :gpl
app 'Shotcut.app'
end