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-11-12 17:23:17 +08:00
version '1.0.0'
sha256 'da78b42d8f2a97f38ce844a27b885a20916d176b9ab5f472848e2c2a16c56bee'
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-11-12 17:23:17 +08:00
checkpoint: 'e401dbb9d54f893e2330de2beb343aedd2146e3578cb7e5933fade5bb844a73c'
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