mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Delete ghost.rb (#88784)
latest version is 3.x - I think there doesn't exist a binary anymore in the github repostitory (https://github.com/TryGhost/Ghost/releases) - also the repository changed the name
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
cask "ghost" do
|
||||
version "1.7.0"
|
||||
sha256 "ce719dd50feec6cf811fdcac74edea937b20bc767be6fe086b8574f9b1686b3c"
|
||||
|
||||
# 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.dmg"
|
||||
appcast "https://github.com/TryGhost/Ghost-Desktop/releases.atom"
|
||||
name "Ghost Desktop"
|
||||
homepage "https://ghost.org/downloads/"
|
||||
|
||||
app "Ghost.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/ghost-desktop",
|
||||
"~/Library/Preferences/com.electron.ghost.helper.plist",
|
||||
"~/Library/Preferences/com.electron.ghost.plist",
|
||||
"~/Library/Saved Application State/com.electron.ghost.savedState",
|
||||
"~/Library/Logs/Ghost",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user