Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

27 lines
742 B
Ruby

cask "espresso" do
version "5.9.1"
sha256 "1bd6bc510ecb4aea724ced65716f7597c0fe2749ee1fd8f05fccad56336fa61e"
url "https://downloads.espressoapps.au/Espresso/Espresso_#{version}.zip",
verified: "downloads.espressoapps.au/"
name "Espresso"
desc "Website editor focusing on flair and efficiency"
homepage "https://espressoapp.com/"
livecheck do
url "https://espressoapp.com/updates/"
regex(/data-title="(\d+(?:\.\d+)+)"/i)
end
depends_on macos: ">= :high_sierra"
app "Espresso.app"
zap trash: [
"~/Library/Application Support/Espresso",
"~/Library/Caches/com.kanagacode.espresso",
"~/Library/Preferences/com.kanagacode.espresso.plist",
"~/Library/WebKit/com.kanagacode.espresso",
]
end