homebrew-cask/Casks/ghost.rb

14 lines
567 B
Ruby
Raw Normal View History

2016-04-28 05:31:16 +08:00
cask 'ghost' do
2016-12-11 14:13:49 +08:00
version '1.1.2'
sha256 '189f01624faffc7b6a8280de34de4ee7bd3e6038a6d147de246b973e4f0cbb99'
2016-04-28 05:31:16 +08:00
# github.com/TryGhost/Ghost-Desktop was verified as official when first introduced to the cask
url "https://github.com/TryGhost/Ghost-Desktop/releases/download/v#{version}/ghost-desktop-#{version}-osx.zip"
appcast 'https://github.com/TryGhost/Ghost-Desktop/releases.atom',
2016-12-11 14:13:49 +08:00
checkpoint: '31952a4c4a1bb87707b4629b853608a1ebba36ce2df889b7acaeb6079a3d0f9c'
2016-04-28 05:31:16 +08:00
name 'Ghost Desktop'
homepage 'https://ghost.org/downloads/'
2016-04-28 05:31:16 +08:00
2016-11-12 18:05:11 +08:00
app 'Ghost.app'
2016-04-28 05:31:16 +08:00
end