homebrew-cask/Casks/ghost.rb

15 lines
514 B
Ruby
Raw Normal View History

2016-04-28 05:31:16 +08:00
cask 'ghost' do
2018-05-28 21:39:41 +08:00
version '1.6.0'
sha256 '24d2ab850f6a28c067655524439cbe51d39e849e63a0f6e4ce841d4282b64f04'
2016-04-28 05:31:16 +08:00
# github.com/TryGhost/Ghost-Desktop was verified as official when first introduced to the cask
2018-03-07 03:51:28 +08:00
url "https://github.com/TryGhost/Ghost-Desktop/releases/download/v#{version}/ghost-desktop-#{version}-osx.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/TryGhost/Ghost-Desktop/releases.atom'
2016-04-28 05:31:16 +08:00
name 'Ghost Desktop'
homepage 'https://ghost.org/downloads/'
2016-04-28 05:31:16 +08:00
2018-01-29 09:17:06 +08:00
depends_on macos: '>= :mavericks'
2016-11-12 18:05:11 +08:00
app 'Ghost.app'
2016-04-28 05:31:16 +08:00
end