homebrew-cask/Casks/inkdrop.rb

21 lines
712 B
Ruby

cask "inkdrop" do
version "4.6.1"
sha256 "2219bdf2140f67fb3e0c93820c697d9624915273331598ea651621bc86ada6a1"
# d3ip0rje8grhnl.cloudfront.net/ was verified as official when first introduced to the cask
url "https://d3ip0rje8grhnl.cloudfront.net/v#{version}/Inkdrop-#{version}-Mac.zip"
appcast "https://api.inkdrop.app/update/links"
name "Inkdrop"
homepage "https://www.inkdrop.info/"
app "Inkdrop.app"
zap trash: [
"~/Library/Application Support/inkdrop",
"~/Library/Saved Application State/info.pkpk.inkdrop.savedState",
"~/Library/Caches/info.pkpk.inkdrop",
"~/Library/Preferences/info.pkpk.inkdrop.plist",
"~/Library/Preferences/info.pkpk.inkdrop.helper.plist",
]
end