homebrew-cask/Casks/caption.rb

14 lines
541 B
Ruby
Raw Normal View History

2017-02-10 15:44:52 +08:00
cask 'caption' do
2018-01-28 04:46:41 +08:00
version '2.0.1'
sha256 'bc3c2383ca3be4fb64adc5c8d97af2e372c163272132527db0b4ee5ab6a43605'
2017-02-10 15:44:52 +08:00
2018-01-14 17:49:45 +08:00
# 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-#{version}-mac.zip"
appcast 'https://github.com/gielcobben/caption/releases.atom',
2018-01-28 04:46:41 +08:00
checkpoint: 'bff0081ad85952e53d879852ab45c01990587add30832a67595355eb6ea98c7c'
2017-02-10 15:44:52 +08:00
name 'Caption'
homepage 'https://getcaption.co/'
app 'Caption.app'
end