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
2017-02-11 20:01:15 +08:00
version '1.2.1'
sha256 'a40c46a597160cdb253bfa2866e3047eb2e4c132622597fd23f6e1be3ed7ebb7'
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',
2017-03-28 22:09:59 +08:00
checkpoint: '197e1e03c5ca68fa356fb9ab76f03b5e9e0e01e5e73d85e9d5c2fed8705b3472'
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