homebrew-cask/Casks/ghost.rb

14 lines
590 B
Ruby
Raw Normal View History

2016-04-28 05:31:16 +08:00
cask 'ghost' do
2016-06-14 03:06:38 +08:00
version '0.5.1'
sha256 '2095b5d9f3826af3a9f5782e2fde4d10ab904c91ce6ae2157db1c2a6931e23c9'
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-06-14 03:06:38 +08:00
checkpoint: '73521985943f770ecaf5c6f87ddcb2e81feeaab3a251be29763ed06472a94336'
2016-04-28 05:31:16 +08:00
name 'Ghost Desktop'
homepage 'https://ghost.org/downloads'
2016-06-14 03:47:58 +08:00
app "ghost-#{version}-SIGNED/Ghost.app"
2016-04-28 05:31:16 +08:00
end