homebrew-cask/Casks/caption.rb

14 lines
549 B
Ruby

cask 'caption' do
version '1.3.0'
sha256 'fab06d1bfe4cf38591e3470756ddb9d974889c6ee06a38803a98746ff7fd1816'
# github.com/gielcobben/Caption was verified as official when first introduced to the cask
url "https://github.com/gielcobben/Caption/releases/download/v#{version}/Caption-v#{version}-darwin_x64.dmg"
appcast 'https://github.com/gielcobben/Caption/releases.atom',
checkpoint: '6aa505fc423552f3f54de9ee65a740e89984a7072168623c31221c14656fa64b'
name 'Caption'
homepage 'https://getcaption.co/'
app 'Caption.app'
end